JoinableTask.IsCompleted Property

Definition

Gets a value indicating whether the async operation represented by this instance has completed, as represented by its Task property's IsCompleted value.

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 operation has completed otherwise false.

Applies to