__VSBACKGROUNDTASKPRIORITY 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 background task priority.
public enum class __VSBACKGROUNDTASKPRIORITY
public enum class __VSBACKGROUNDTASKPRIORITY
enum __VSBACKGROUNDTASKPRIORITY
public enum __VSBACKGROUNDTASKPRIORITY
type __VSBACKGROUNDTASKPRIORITY =
Public Enum __VSBACKGROUNDTASKPRIORITY
- Inheritance
-
__VSBACKGROUNDTASKPRIORITY
Fields
VSBACKGROUNDTASKPRIORITY_IMMEDIATE | 1 | Not implemented. |
VSBACKGROUNDTASKPRIORITY_OTHER | 2 | Placeholder for enum expansion. |
VSBACKGROUNDTASKPRIORITY_STANDARD | 0 | Standard priority. |
Remarks
The VSBACKGROUNDTASKPRIORITY
enum is used with ScheduleTask.
COM Signature
From vsshell80.idl: