__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.
Specifies the options for task wait operations.
public enum class __VSTASKWAITOPTIONS
public enum class __VSTASKWAITOPTIONS
enum __VSTASKWAITOPTIONS
public enum __VSTASKWAITOPTIONS
type __VSTASKWAITOPTIONS =
Public Enum __VSTASKWAITOPTIONS
- Inheritance
-
__VSTASKWAITOPTIONS
Fields
Name | Value | Description |
---|---|---|
VSTWO_None | 0 | The default behavior should be used. |
VSTWO_AbortOnTaskCancellation | 1 | The task must return from a wait immediately if the task is canceled. |