Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ kill
Method
kill
module/Api.py:245–247 ·
view source on GitHub ↗
Clean way to quit pyLoad
(self)
Source
from the content-addressed store, hash-verified
243
return
self.core.version
244
245
def
kill(self):
246
""
"Clean way to quit pyLoad"
""
247
self.core.do_kill = True
248
249
def
restart(self):
250
""
"Restart pyload core"
""
Callers
5
isAlreadyRunning
Method · 0.45
quitInstance
Method · 0.45
onChar
Method · 0.45
processCommand
Method · 0.45
quitInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected