Group uxTaskPriorityGet
Detailed Description
task. h
INCLUDE_uxTaskPriorityGet must be defined as 1 for this function to be available. See the configuration section for more information.
Obtain the priority of any task.
Parameters:
xTask
Handle of the task to be queried. Passing a NULL handle results in the priority of the calling task being returned.
Returns:
The priority of xTask.
Example usage: