Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FutureState

The state of a future.

Index

Enumeration members

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}