Search
Preparing search index...
The search index is not available
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
fm
icelink
FutureState
Enumeration FutureState
The state of a future.
Index
Enumeration members
Pending
Rejected
Resolved
Enumeration members
Pending
Pending
:
= 1
Indicates that the promise has not been resolved or rejected.
field
Pending
type
{fm.icelink.FutureState}
Rejected
Rejected
:
= 3
Indicates that the promise has been rejected.
field
Rejected
type
{fm.icelink.FutureState}
Resolved
Resolved
:
= 2
Indicates that the promise has been resolved.
field
Resolved
type
{fm.icelink.FutureState}
Future
State
Pending
Rejected
Resolved