|
URGENT attribute |
Top Previous Next |
|
This attribute specifies that the task's initial thread is to be started at the urgent priority level, that is, at priority level 0.
The following two examples have exactly the same effect:
task abc urgent task abc priority=0 |