FutureState
enum class FutureState
State of the future object.
Enum Values
SCHEDULED
Future is scheduled for execution.
COMPUTED
Future result is computed.
CANCELLED
Future is cancelled.
THROWN
Computation thrown an exception.
Properties
value
val value: Int