Hi,
From documentation, i can only find the API's like Task_construct, Task_Create, Task_Destruct, Task_delete. And i could not find anything releated to suspend and resume of already created or constructed task.
My requirement is to suspend my task for sometime and then resume up on interrupt. currently i am using task delete or task destruct to stop executing the task and then use task create or task construct up on interupt to make the task run again. but i don't think these API's will work like suspend and Resume of already existing task.
can you please suggest on this!
thanks.