__RETARGET_TASK_PRIORITY 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 priority of the task.
public enum class __RETARGET_TASK_PRIORITY
public enum class __RETARGET_TASK_PRIORITY
enum __RETARGET_TASK_PRIORITY
public enum __RETARGET_TASK_PRIORITY
type __RETARGET_TASK_PRIORITY =
Public Enum __RETARGET_TASK_PRIORITY
- Inheritance
-
__RETARGET_TASK_PRIORITY
Fields
Name | Value | Description |
---|---|---|
RTP_Low | 0 | Low priority. |
RTP_Normal | 1 | Normal priority. |
RTP_High | 2 | High priority. |
RTP_Critical | 3 | Critical priority. |