isPaused property

bool get isPaused

Returns true if the tasks are paused, false otherwise.

Implementation

bool get isPaused => _paused;