IVsTask::IsCompleted Property

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678281)]
property bool IsCompleted {
	bool get();
}

Property Value

Type: System::Boolean
Return to top
Show: