VsTaskWaitOptions Enumeration
Visual Studio 2015
Specifies the options for task wait operations.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| AbortOnTaskCancellation | The task must return from a wait immediately if the task is canceled. | |
| None | The default behavior should be used. |
Show: