isActive property
bool
get
isActive
Checks if the processor is active
Implementation
static bool get isActive => _processingTimer?.isActive ?? false;
Checks if the processor is active
static bool get isActive => _processingTimer?.isActive ?? false;