isFinished property

bool isFinished

Returns true if this task execution has finished.

Implementation

bool get isFinished => _finished;