Bulk Data Client
Preparing search index...
DownloadQueueOptions
Interface DownloadQueueOptions
interface
DownloadQueueOptions
{
onComplete
:
(
jobs
:
DownloadQueueJob
[]
)
=>
void
;
onProgress
:
(
jobs
:
DownloadQueueJob
[]
)
=>
void
;
parallelJobs
:
number
;
}
Index
Properties
on
Complete
on
Progress
parallel
Jobs
Properties
on
Complete
onComplete
:
(
jobs
:
DownloadQueueJob
[]
)
=>
void
on
Progress
onProgress
:
(
jobs
:
DownloadQueueJob
[]
)
=>
void
parallel
Jobs
parallelJobs
:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Complete
on
Progress
parallel
Jobs
Bulk Data Client
Loading...