MCPcopy Create free account
hub / github.com/FastLED/FastLED / terminate

Method terminate

ci/util/pio_process_killer.py:386–388  ·  view source on GitHub ↗

Terminate the process.

(self)

Source from the content-addressed store, hash-verified

384 return self._proc.poll()
385
386 def terminate(self) -> None:
387 """Terminate the process."""
388 self._proc.terminate()
389
390 def kill(self) -> None:
391 """Kill the process."""

Callers 15

terminateWorkerMethod · 0.80
disposeMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
run_compileFunction · 0.80
run_uploadFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
_build_internalMethod · 0.80
deployMethod · 0.80
runMethod · 0.80
_kill_process_treeMethod · 0.80

Calls

no outgoing calls

Tested by 6

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
kill_process_treeFunction · 0.64
start_serverFunction · 0.64
mainFunction · 0.64