This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Suspend and resume task

Hi,

After suspending task in a specific code line (using vTaskSuspend) and resuming the task (using vTaskResume)- will the task continue from the specific suspension line?

Thanks!

Related