task_base_priority(t)
Return the base priority of the task t. The priority of a task is represented by a real number.
t
task_base_priority(self()) // 0. task_set_base_priority(self(), 5.5) task_base_priority(self()) // 5.5
Core Module Index | Contents