MCPcopy Index your code
hub / github.com/pyload/pyload / event_pause

Method event_pause

module/plugins/hooks/IRC.py:300–302  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

298 return ["INFO: Starting downloads."]
299
300 def event_pause(self, args):
301 self.pyload.api.pauseServer()
302 return ["INFO: No new downloads will be started."]
303
304 def event_togglepause(self, args):
305 if self.pyload.api.togglePause():

Callers

nothing calls this directly

Calls 1

pauseServerMethod · 0.45

Tested by

no test coverage detected