TaskSwitchPriority

Controls the priority to use for switching execution to a task.

Values

ValueMeaning
normal

Rescheduled according to the tasks priority

prioritized

Rescheduled with maximum priority.

The task will resume as soon as the current task yields.

immediate

Switch to the task immediately.

Meta