WorkItemPriority
WorkItemPriority
WorkItemPriority
WorkItemPriority
Enum
Definition
Specifies the priority of a work item relative to other work items in the thread pool.
public : enum class WorkItemPrioritypublic enum WorkItemPriorityPublic Enum WorkItemPriority// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| High High High High | The work item should run at high priority. |
| Low Low Low Low | The work item should run at low priority. |
| Normal Normal Normal Normal | The work item should run at normal priority. This is the default value. |