class State
Known Direct Subclasses
| Future.State.CANCELLED |
The task was cancelled. |
| Future.State.FAILED |
The task completed with an exception. |
| Future.State.RUNNING |
The task has not completed. |
| Future.State.SUCCESS |
The task completed with a result. |
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. |
|