isInProgress property

bool isInProgress

Indicates whether a task is being executed.

Implementation

bool get isInProgress => _state == _AGCStorageTaskState.progress;