Other Parts Discussed in Thread: SYSBIOS
What is the best way to suspend and restart a SysBios task? This would be done by another task which monitors system health. Is this even possible, or does a task have to be deleted and recreated as if it never existed? If so, should Task_delete and Task_create be used to restart the task? What does Task_destruct do (cdoc says 'Finalize the instance object inside the provided structure')? Is there a way to create a task and start it later?