Added in API level 36
State
class State
| kotlin.Any | ||
| ↳ | kotlin.Enum<java.util.concurrent.Future.State> | |
| ↳ | java.util.concurrent.Future.State | |
Represents the computation state.
Summary
| Enum values | |
|---|---|
|
The task was cancelled. |
|
|
The task completed with an exception. |
|
|
The task has not completed. |
|
|
The task completed with a result. |
|