IVsTask Properties

 

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

NameDescription
System_CAPS_pubpropertyAsyncState

Gets the asynchronous state object that was given when the task was created.

System_CAPS_pubpropertyDescription

Gets or sets the description for the text that is displayed for component diagnostics.

System_CAPS_pubpropertyIsCanceled

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

System_CAPS_pubpropertyIsCompleted

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.

System_CAPS_pubpropertyIsFaulted

Gets whether the task completed with an exception. If true, an exception occurred.

Return to top
Show: