FutureState

enum FutureState : Enum<FutureState>

State of the future object.

Entries

THROWN
Link copied to clipboard

Computation thrown an exception.

CANCELLED
Link copied to clipboard

Future is cancelled.

COMPUTED
Link copied to clipboard

Future result is computed.

SCHEDULED
Link copied to clipboard

Future is scheduled for execution.

INVALID
Link copied to clipboard

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: Int