MCPcopy Create free account
hub / github.com/pyload/pyload / stop

Method stop

module/remote/RemoteManager.py:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 pass
52
53 def stop(self):
54 self.enabled = False# set flag and call shutdowm message, so thread can react
55 self.shutdown()
56
57
58class RemoteManager():

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.95

Tested by

no test coverage detected