Preparing search index...
The search index is not available
warp-core-worker
warp-core-worker
TaskWorkerInstance
Interface TaskWorkerInstance<TI>
interface
TaskWorkerInstance
<
TI
>
{
abortController
:
AbortController
;
cron
?:
CronJob
<
null
,
null
>
;
intervalRef
?:
Timeout
;
promise
:
DeferredPromise
<
unknown
,
unknown
>
;
promiseOnce
:
DeferredPromise
<
unknown
,
unknown
>
;
task
:
TI
;
type
:
TI
[
"type"
]
;
}
Type Parameters
TI
extends
ITaskInstance
<
string
,
TTaskProps
,
unknown
,
unknown
>
Index
Properties
abort
Controller
cron?
interval
Ref?
promise
promise
Once
task
type
Properties
abort
Controller
abort
Controller
:
AbortController
Optional
cron
cron
?:
CronJob
<
null
,
null
>
Optional
interval
Ref
interval
Ref
?:
Timeout
promise
promise
:
DeferredPromise
<
unknown
,
unknown
>
promise
Once
promise
Once
:
DeferredPromise
<
unknown
,
unknown
>
task
task
:
TI
type
type
:
TI
[
"type"
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
abort
Controller
cron
interval
Ref
promise
promise
Once
task
type
warp-core-worker
Loading...
Generated using
TypeDoc