System.Threading.Tasks.Task.IsCompleted Property

Gets whether this System.Threading.Tasks.Task has completed.

Syntax

public bool IsCompleted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Task.IsCompleted will return true when the task is in one of the three final states: TaskStatus.RanToCompletion, TaskStatus.Faulted, or TaskStatus.Canceled.

Requirements

Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0