pub fn priority(task: &TaskRef) -> Option<u8>
Returns the priority of the given task.
Returns None if the task is not on a priority run queue.
None