Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSLTeam/MCSL2
/ resume
Method
resume
MCSL2Lib/ProgramControllers/downloadController.py:235–238 ·
view source on GitHub ↗
恢复下载 - pypdl 支持断点续传,重新start即可
(self)
Source
from the content-addressed store, hash-verified
233
self.downloader.stop()
234
235
def
resume(self):
236
""
"恢复下载 - pypdl 支持断点续传,重新start即可"
""
237
if
self.downloader:
238
self.start_download()
239
240
def
cancel(self):
241
""
"取消下载"
""
Callers
2
onPauseBtnClicked
Method · 0.80
resumeDownloadTask
Method · 0.80
Calls
1
start_download
Method · 0.95
Tested by
no test coverage detected