Amruta (talk) 14:09, 8 April 2015 (IST)


Intro

In this tutorial we will see, how to make use of vTaskDelete() function.

A task can be deleted by itself or by any other task by calling vTaskDelete() API.

To know how it affects scheduling, check this.