Concept Flow - vTaskList() for task status dump
Call vTaskList()
FreeRTOS collects task info
Format info into string
Buffer filled with task status
User prints or logs string
Done
The function vTaskList() collects current task info, formats it into a string in the provided buffer, for user display.