Concept Flow - vTaskDelete() for task removal
Create Task
Task Running
Call vTaskDelete(task_handle)
Task Removed from Scheduler
Task Resources Freed
Task No Longer Runs
This flow shows how a task is created, runs, then is deleted using vTaskDelete(), which removes it from the scheduler and frees its resources.