state property

TaskState state
final

The current task snapshot state.

The state indicates the current progress of the task, such as whether it is running, paused or completed.

Implementation

final TaskState state;