Access TaskName and priority# of currently running task
Posted: Fri May 30, 2008 10:18 am
I have a task created with OSTaskCreatewName().
I'd like to use the name given to the task.
How do I access and perhaps print the name string?
If I am in any task, (not neccessarily one created with a name), how can I access the running task number, or I guess it would be the priority of the currently running task? For example if UserMain is running, how can I determine that the currently running task is the one equal to MAIN_PRIO?
Is there a way to access a list of all the running task priorities and names?
Thanks,
Henry
I'd like to use the name given to the task.
How do I access and perhaps print the name string?
If I am in any task, (not neccessarily one created with a name), how can I access the running task number, or I guess it would be the priority of the currently running task? For example if UserMain is running, how can I determine that the currently running task is the one equal to MAIN_PRIO?
Is there a way to access a list of all the running task priorities and names?
Thanks,
Henry