@edgible-team/sdk
Edgible
Preparing search index...
index
OperationState
Interface OperationState
Last observed state of a long-running operation (waiters land in Phase 2).
interface
OperationState
{
phase
:
string
;
raw
:
unknown
;
terminal
:
boolean
;
}
Hierarchy (
View Summary
)
OperationState
PollResult
Index
Properties
phase
raw
terminal
Properties
phase
phase
:
string
raw
raw
:
unknown
terminal
terminal
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
phase
raw
terminal
Edgible
@edgible-team/sdk
Loading...
Last observed state of a long-running operation (waiters land in Phase 2).