Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
terminateWorker
Method · 0.80
dispose
Method · 0.80
main
Function · 0.80
main
Function · 0.80
run_compile
Function · 0.80
run_upload
Function · 0.80
main
Function · 0.80
main
Function · 0.80
_build_internal
Method · 0.80
deploy
Method · 0.80
run
Method · 0.80
_kill_process_tree
Method · 0.80
Calls
no outgoing calls
Tested by
6
main
Function · 0.64
main
Function · 0.64
main
Function · 0.64
kill_process_tree
Function · 0.64
start_server
Function · 0.64
main
Function · 0.64