IVsTask::IsCanceled Property

 

Gets whether the task group is cancelled. If true, the task group is cancelled.

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

[DispIdAttribute(1610678282)]
property bool IsCanceled {
	bool get();
}

Property Value

Type: System::Boolean
Return to top
Show: