WorkItemOptions
WorkItemOptions
WorkItemOptions
WorkItemOptions
Enum
Definition
Specifies how work items should be run.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class WorkItemOptionspublic enum WorkItemOptionsPublic Enum WorkItemOptions// 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
| None None None None | The work item should be run when the thread pool has an available worker thread. |
| TimeSliced TimeSliced TimeSliced TimeSliced | The work items should be run simultaneously with other work items sharing a processor. |