@edgible-team/sdk
Edgible
Preparing search index...
index
PollResult
Interface PollResult
A poll result: the public state plus whether a terminal state is success.
interface
PollResult
{
phase
:
string
;
raw
:
unknown
;
succeeded
:
boolean
;
terminal
:
boolean
;
}
Hierarchy (
View Summary
)
OperationState
PollResult
Index
Properties
phase
raw
succeeded
terminal
Properties
phase
phase
:
string
raw
raw
:
unknown
succeeded
succeeded
:
boolean
terminal
terminal
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
phase
raw
succeeded
terminal
Edgible
@edgible-team/sdk
Loading...
A poll result: the public state plus whether a terminal state is success.