isCurrentlyRunning property

bool isCurrentlyRunning

Implementation

bool get isCurrentlyRunning => currentState.toLowerCase().contains('running');