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

Method kill

ci/util/pio_process_killer.py:390–392  ·  view source on GitHub ↗

Kill the process.

(self)

Source from the content-addressed store, hash-verified

388 self._proc.terminate()
389
390 def kill(self) -> None:
391 """Kill the process."""
392 self._proc.kill()
393
394 def unregister(self) -> None:
395 """Unregister the process from tracking."""

Callers 15

_run_with_timeoutMethod · 0.80
process_existsFunction · 0.80
_is_staleMethod · 0.80
_kill_active_procsFunction · 0.80
run_meson_testFunction · 0.80
_kill_zombie_zccacheFunction · 0.80
mainFunction · 0.80
_run_parallelMethod · 0.80

Calls

no outgoing calls

Tested by 9

run_meson_testFunction · 0.64
kill_process_treeFunction · 0.64
_handle_stuck_processesFunction · 0.64
mainFunction · 0.64