Task state

Maybe is a silly question, but I couldn´t find it in the documentation… How can I query the state of a particular Task?

Task state

There is no API function to do this, but you could add one easily enough. You just need to look at which list the tasks TCB is referenced from. The information you need is all within the TCB as all pointers are doubly linked. This must be what the Eclipse plug in does.