/ fm / liveswitch / FutureState
Enumeration: FutureState
fm.liveswitch.FutureState
The state of a future.
Table of contents
Enumeration members
Enumeration members
Pending
• Pending: = 1
Indicates that the promise has not been resolved or rejected.
Defined in: Generated/TypeScript/fm.liveswitch/FutureState.ts:14
Rejected
• Rejected: = 3
Indicates that the promise has been rejected.
Defined in: Generated/TypeScript/fm.liveswitch/FutureState.ts:26
Resolved
• Resolved: = 2
Indicates that the promise has been resolved.
Defined in: Generated/TypeScript/fm.liveswitch/FutureState.ts:20