Go to the first, previous, next, last section, table of contents.


pj rootPj

Function: pj { -> }
file: 10-C-utils.muf
package: muf
status: tentative

The pj (printJobs) function lists all live jobs for the current user -- those in user$s.psQueue. (Jobs are entered into this queue when created, and removed when killed by an operator such as endJob.)

Function: rootPj { -> }
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.