Library /sys$common/syshlp/dbg$help.hlb DEBUG, Built in Symbols, %NEXT TASK *Conan The Librarian (sorry for the slow response - running on an old VAX) |
(Applies only to tasking programs.) Gives you the next task after the one currently visible (%VISIBLE_TASK). "Next" in this context is just an internal ordering that cycles through all the tasks. This lets you set up command procedures that cycle through all tasks. Example: DBG> WHILE %NEXT NEQ %ACTIVE DO - _DBG> (SET TASK %NEXT; SHOW CALLS)
|