isRunning property

bool get isRunning

Check if worker is running

Implementation

bool get isRunning => !_shouldStop;