isFinished property
Completion indication.
True, if this task is completed. Completion may be due to normal termination,
an exception, or cancellation - in all of these cases, result will return true.
Gets a boolean indicating if this task is completed.
Implementation
bool get isFinished;