isFinished property

bool get isFinished
inherited

Returns true if this task execution has finished.

Implementation

bool get isFinished => _finished;