isActive property

bool get isActive

Whether the worker is active (not disposed and not paused)

Implementation

bool get isActive => !isDisposed && !isPaused;