Gets whether this System.Threading.Tasks.Task has completed.
Documentation for this section has not yet been entered.
Task.IsCompleted will return true when the task is in one of the three final states: TaskStatus.RanToCompletion, TaskStatus.Faulted, or TaskStatus.Canceled.