Bits: {
get initialized(): any;
init(jobName: any, savePathPrefix: any, monitorTimeoutMs: any): any;
monitorDownload(id: any, monitorIntervalMs: any, observer: any, context: any): any;
startDownload(downloadURL: any, saveRelPath: any, proxy: any, noProgressTimeoutSecs: any, monitorIntervalMs: any, observer: any, context: any): any;
}
Type declaration
-
get initialized(): any
-
init:function
- init(jobName: any, savePathPrefix: any, monitorTimeoutMs: any): any
-
Parameters
-
jobName: any
-
savePathPrefix: any
-
monitorTimeoutMs: any
Returns any
-
monitorDownload:function
- monitorDownload(id: any, monitorIntervalMs: any, observer: any, context: any): any
-
Parameters
-
id: any
-
monitorIntervalMs: any
-
observer: any
-
context: any
Returns any
-
startDownload:function
- startDownload(downloadURL: any, saveRelPath: any, proxy: any, noProgressTimeoutSecs: any, monitorIntervalMs: any, observer: any, context: any): any
-
Parameters
-
downloadURL: any
-
saveRelPath: any
-
proxy: any
-
noProgressTimeoutSecs: any
-
monitorIntervalMs: any
-
observer: any
-
context: any
Returns any