pub fn set_process_priority(priority: ProcessPriority) -> Result<()>
Expand description
Sets the priority class for the specified process. This value together with the priority value of each thread of the process determines each thread’s base priority level.