IVsTask.IsCompleted Property

Definition

Gets whether the task result is available. If true, the task result is available. If false, a GetResult() call is blocked until the task is completed.

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

Applies to