Share via


TaskExtensions.CultureAwaiter.IsCompleted Property

Definition

Gets whether this Task has completed.

public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean

Property Value

Remarks

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

Applies to