file: 10-C-utils.muf package: muf status: tentative
The ph
(printHandlers) function lists all live handlers for the
current job.
This function is currently implemented as
: printHandlers ( Over all available handlers: ) [ | |getAllActiveHandlers[ -> k -> hi -> lo for i from lo below hi do{ i dupBth -> eventN i k + dupBth -> handlerN eventN , "\t" , handlerN , "\n" , } ]pop ]pop ;
file: 10-C-utils.muf package: muf status: tentative
The rootPj
(rootPrintJobs) function is much like pj
, but
lists all live jobs in the system instead of just those belonging
to a given user, and lists the owner of each job.
Go to the first, previous, next, last section, table of contents.