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

Method setCustomStatus

module/PyFile.py:121–123  ·  view source on GitHub ↗
(self, msg, status="processing")

Source from the content-addressed store, hash-verified

119 self.sync() #@TODO needed aslong no better job approving exists
120
121 def setCustomStatus(self, msg, status="processing"):
122 self.statusname = msg
123 self.setStatus(status)
124
125 def getStatusName(self):
126 if self.status not in (13, 14) or not self.statusname:

Callers 12

_check_downloadMethod · 0.80
wait_for_server_dlMethod · 0.80
_postprocessMethod · 0.80
processMethod · 0.80
processMethod · 0.80
download_failedMethod · 0.80
scanMethod · 0.80
download_preparingMethod · 0.80
download_failedMethod · 0.80
download_finishedMethod · 0.80
verify_packageMethod · 0.80
_extractMethod · 0.80

Calls 1

setStatusMethod · 0.95

Tested by

no test coverage detected