IVsTask Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AsyncState | Gets the asynchronous state object that was given when the task was created. |
![]() | Description | Gets or sets the description for the text that is displayed for component diagnostics. |
![]() | IsCanceled | Gets whether the task group is cancelled. If true, the task group is cancelled. |
![]() | IsCompleted | 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. |
![]() | IsFaulted | Gets whether the task completed with an exception. If true, an exception occurred. |
Show:
