isPaused property

bool isPaused

Indicates whether a task is suspended.

Implementation

bool get isPaused => _state == _AGCStorageTaskState.paused;