Hi, all, I've read some sections of C User's Guide of RTEMS, as well as codes of task management, and didn't find how to get status of a task except checking if it's suspended. How do I get status, e.g. deleted, running, suspended, etc during runtime? Huh, I mean, without using those functions with prefix "_" Thanks. Albert