MCPcopy 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

isAlreadyRunningMethod · 0.45
quitInstanceMethod · 0.45
onCharMethod · 0.45
processCommandMethod · 0.45
quitInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected