VsTaskWaitOptions Enumeration

 

Specifies the options for task wait operations.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

[FlagsAttribute]
public enum VsTaskWaitOptions

Member nameDescription
AbortOnTaskCancellation

The task must return from a wait immediately if the task is canceled.

None

The default behavior should be used.

Return to top
Show: