isRunning property

bool get isRunning

Returns true if the worker is currently running.

Implementation

bool get isRunning => _running;