Group xTaskResumeAll
Detailed Description
task. h
Resumes scheduler activity after it was suspended by a call to vTaskSuspendAll().
xTaskResumeAll() only resumes the scheduler. It does not unsuspend tasks that were previously suspended by a call to vTaskSuspend().
Returns:
If resuming the scheduler caused a context switch then pdTRUE is returned, otherwise pdFALSE is returned.
Example usage: