Description
How much processor time will this task get compared to other tasks running on the same processor.
Since 1.22
Fields
normal - Neither above nor below average priority. This is the default.
background - Far below average priority.
low - Below average priority.
high - Above average priority.
ultra - Far above average priority.
Signature
enum Efl.Task_Priority {
normal: 0,
background,
low,
high,
ultra
}
C signature