isActive property

bool get isActive

Checks if the processor is active

Implementation

static bool get isActive => _processingTimer?.isActive ?? false;