Enum FutureState
The state of a future.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum FutureState : int
Fields
Name | Description |
---|---|
Pending | Indicates that the promise has not been resolved or rejected. |
Rejected | Indicates that the promise has been rejected. |
Resolved | Indicates that the promise has been resolved. |