@adviser/cement - v0.0.0
Preparing search index...
SleepBase
Interface SleepBase
interface
SleepBase
{
state
:
"error"
|
"sleeped"
|
"aborted"
;
isOk
:
boolean
;
isErr
:
boolean
;
isAborted
:
boolean
;
}
Hierarchy (
View Summary
)
SleepBase
SleepOk
SleepErr
SleepAbort
Index
Properties
state
is
Ok
is
Err
is
Aborted
Properties
Readonly
state
state
:
"error"
|
"sleeped"
|
"aborted"
Readonly
is
Ok
isOk
:
boolean
Readonly
is
Err
isErr
:
boolean
Readonly
is
Aborted
isAborted
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
state
is
Ok
is
Err
is
Aborted
@adviser/cement - v0.0.0
Loading...