Hi,
Can we suspended task from applicaion in TIRTOS? How to do?
Regards
Dong


This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Marie,
The following site said "Task_block() is an internal command and not to be used in application code. ". I tried the Task_block() , it didn't wok.
Regards
Dong
Hi Dong,
I will check whether this is still the case.
How about calling Task_setPri() with the priority -1?
Cheers,
Marie H