isNotFinished property

bool isNotFinished

Returns true if this task execution has NOT finished.

Implementation

bool get isNotFinished => !_finished;