AwaitExtensions.TaskSchedulerAwaiter.IsCompleted Property

Definition

Gets a value indicating whether no yield is necessary.

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

Property Value

true if the caller is already running on that TaskScheduler.

Applies to