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