Enum TaskSwitchPriority
Controls the priority to use for switching execution to a task.
enum TaskSwitchPriority
: int { ... }
Enum members
Name | Description |
---|---|
immediate
|
Switch to the task immediately. |
normal
|
Rescheduled according to the tasks priority |
prioritized
|
Rescheduled with maximum priority.
The task will resume as soon as the current task yields. |