ApplicationIdle | The job will be processed when the application is idle. |
Background | The job will be processed after other non-idle operations have completed. |
ContextIdle | The job will be processed after background operations have completed. |
Default | The lowest foreground dispatcher priority |
Inactive | A dispatcher priority for jobs that shouldn't be executed yet |
Input | The job will be processed with the same priority as input. |
Invalid | Used internally in dispatcher code |
Loaded | The job will be processed after layout and render but before input. |
MaxValue | Maximum possible priority |
Normal | The job will be processed with normal priority. |
Render | The job will be processed with the same priority as render. |
Send | The job will be processed before other asynchronous operations. |
SystemIdle | The job will be processed when the system is idle. |