VsTaskWaitOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Managed definition of __VSTASKWAITOPTIONS.
This enumeration supports a bitwise combination of its member values.
public enum class VsTaskWaitOptions
public enum class VsTaskWaitOptions
enum VsTaskWaitOptions
[System.Flags]
public enum VsTaskWaitOptions
[<System.Flags>]
type VsTaskWaitOptions =
Public Enum VsTaskWaitOptions
- Inheritance
-
VsTaskWaitOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The default behavior should be used. |
AbortOnTaskCancellation | 1 | If this option is set wait will return immediately upon cancellation of the task without waiting for task to complete. |