isRunning property

bool get isRunning

Returns true if the tasks are running, false otherwise.

Implementation

bool get isRunning => !_paused;