isNotFinished property

bool get isNotFinished
inherited

Returns true if this task execution has NOT finished.

Implementation

bool get isNotFinished => !_finished;