Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: List printer documents
Function
This action collects the list with printer documents from a specified
printer. The data are stored in a generic table called %DocumentsTable%.
Deployment
With User Management Resource Administrator (UMRA) you can let the helpdesk
manage printer queues and print jobs. Individual print jobs can be paused,
restarted, resumed and deleted. The printer spooler service itself can
be restarted. For more detailed information, see the document UMRA
Example projects: Printer Queue Management in the UMRA document library
on the website.
Although this script action can be used in all UMRA modules, the most
common usage will be an F&D project in which a print job for a particular
printer can be selected. The user can then press a button to pause, restart,
resume or delete the print job.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
Printer |
Name of the printer or print server queue. |
Syntax is \\<ComputerName>\<PrinterName> |
|
|
DocumentsTable |
Table containing the document info for the
selected printer or printer queue |
%DocumentsTable% |
Optional |
The output variable (by default %DocumentsTable%) may contain the following
columns:
|
Column
name (key name) |
Description |
|
DocumentID |
ID number of the document |
|
Document |
Name of the document |
|
Status (text) |
|
|
Owner |
|
|
Pages (total) |
Total number of pages in the print job. |
|
Pages printed |
Contains the number of pages printed |
|
Submitted |
Time when the job was submitted to the
print queue |
|
Position in queue |
Contains the position of this print
job in the print queue. |
|
Priority (text) |
Priority of the print job |
|
Priority (code) |
Priority of the print job |
|
Printer |
Name of the printer |
|
Computer |
Computer name |
|
Data type |
|
|
Status (code) |
|
See also:
UMRA
tables - Special table type - Generic table Variable
|