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

Method togglePause

module/Api.py:202–208  ·  view source on GitHub ↗

Toggle pause state. :return: new pause state

(self)

Source from the content-addressed store, hash-verified

200
201 @permission(PERMS.STATUS)
202 def togglePause(self):
203 """Toggle pause state.
204
205 :return: new pause state
206 """
207 self.core.threadManager.pause ^= True
208 return self.core.threadManager.pause
209
210 @permission(PERMS.STATUS)
211 def toggleReconnect(self):

Callers 2

onCharMethod · 0.45
processCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected