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
    • Parameters

      • jobName: any
      • savePathPrefix: any
      • monitorTimeoutMs: any

      Returns any

  • monitorDownload:function
    • Parameters

      • id: any
      • monitorIntervalMs: any
      • observer: any
      • context: any

      Returns any

  • startDownload:function
    • Parameters

      • downloadURL: any
      • saveRelPath: any
      • proxy: any
      • noProgressTimeoutSecs: any
      • monitorIntervalMs: any
      • observer: any
      • context: any

      Returns any

Generated using TypeDoc