ZestCode
 
Loading...
Searching...
No Matches
task_get_name

task. h

char *task_get_name( task_t xTaskToQuery );
Returns
The text (human readable) name of the task referenced by the handle xTaskToQuery. A task can query its own name by either passing in its own handle, or by setting xTaskToQuery to NULL.