Click or drag to resize

FutureState Enumeration

The state of a future.

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)
Members
  Member nameValueDescription
Pending1 Indicates that the promise has not been resolved or rejected.
Resolved2 Indicates that the promise has been resolved.
Rejected3 Indicates that the promise has been rejected.
See Also