IsCompleted: Boolean;
The IsCompleted property returns whether the task is completed.
The property use is given in description of the ITask.ContinueWith method.
See also:
ITask