Uneventful
Preparing search index...
uneventful
CancelResult
Type Alias CancelResult
A
JobResult
that indicates the job was canceled by its creator (via end() or restart()).
type
CancelResult
=
{
err
:
undefined
;
op
:
"cancel"
;
val
:
undefined
;
}
Index
Properties
err
op
val
Properties
err
err
:
undefined
op
op
:
"cancel"
val
val
:
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
err
op
val
Uneventful
Loading...
A JobResult that indicates the job was canceled by its creator (via end() or restart()).