Preparing search index...
The search index is not available
client-run-queue
client-run-queue
RunQueueEntryResult
Type Alias RunQueueEntryResult<T>
Run
Queue
Entry
Result
<
T
>
:
{
details
:
T
;
ok
:
true
;
}
|
{
details
:
unknown
;
ok
:
false
;
}
The result of an entry.
Successfully completed entries will have
ok: true
and the
details
field will contain the resulting value.
Canceled entries will have
ok: false
and
details: CANCELED
Unsuccessfully completed entries that haven't been canceled will have
ok: false
and the
details
field may contain a caught value
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
client-run-queue
Loading...
The result of an entry.
ok: true
and thedetails
field will contain the resulting value.ok: false
anddetails: CANCELED
ok: false
and thedetails
field may contain a caught value