We have a mix of Dynamic and Static Tasks.
We have an operation in our system that would like to suspend the bulk of the tasks and once the operation is done we would reboot. We do need a few tasks to still run.
I found out that we can not do a Task_delete on Static Tasks.
Wondering if I can change the priority to 1 and moving the IDLE task to 2? Would that suspend all the tasks that end up below idle?
Any other ways to do the same thing?