bool OS_IsError ()
Check if error in OS_Task_Create.
Everywhere
None
false
true
void Task (void) { for (;;) { /*...*/ OS_IsError (); /*...*/ } }