Tasks page shows an overview of different tasks. Following figure shows the screen shot of tasks screen.
The description of parameters shown in GUI is given below.
Task Number : Task number (just for debugging)
Task Name : Friendly name that identifies the task
Priority : Priority of the task
Base Priority : Base priority remembers the original priority during priority inheritance
Top of Stack : Location where the last item placed on the task's stack
Start of Stack : Location where the task's stack starts
End of Stack : Location where the task's stack Ends (applicable only if stack grows upwards)
Time Used : Processor time utilized by each task
Ready : Ready to execute and present in ready list
Delayed: Blocked task in delayed list
Suspended: Suspendered by vTaskSuspend() call
Running: Currently executing task
Deleted: Terminated task but the memory is not yet freed