Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
class
RemoteManager():
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected