isRunning property

bool get isRunning

Whether task is still running

Implementation

bool get isRunning => endTime == null;