isRunning property

bool get isRunning

isRunning Used to determine if the activeController is actively running

Implementation

bool get isRunning => activeController.actively;