Bulk Data Client
Preparing search index...
DownloadQueueJob
Interface DownloadQueueJob
interface
DownloadQueueJob
{
completed
?:
boolean
;
running
?:
boolean
;
worker
:
()
=>
Promise
<
void
>
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
completed?
running?
worker
Properties
Optional
completed
completed
?:
boolean
Optional
running
running
?:
boolean
worker
worker
:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
running
worker
Bulk Data Client
Loading...