state property
TaskState
get
state
The current task snapshot state.
The state indicates the current progress of the task, such as whether it is running, paused or completed.
Implementation
TaskState get state => _delegate.state;