FutureState
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
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!