Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Execute print job command
Previous step: Collecting
a list of printer documents
Function
Using the Execute print job command, you can pause, restart, resume
or delete printer jobs. To do this, you need to specify the job ID of
the printer job which can be obtained using the script action List
printer documents.
Deployment
This action is typically used in combination with the List
printer documents script action to collect the documents in the
printer queue.
If you use this script within the Forms & Delegation module, you
will typically create two projects: one to collect a list of printer documents
and one to manage these. For more information on this concept, see UMRA
tables - Special table type - Generic table Variable. For detailed
information on how to set up a Printer Queue Management project, see the
document UMRA
Example projects: Printer Queue Management in the UMRA document library
on our website.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
Printer |
The name of the printer or printer queue. |
Syntax: \\ComputerName\PrinterName |
|
|
Job id |
ID number of the target print job |
%jobid% |
The job ID number can be obtained using the
script action List
printer documents. |
|
Pause print job
|
Set the value of this property to "Yes"
to pause the print job |
Default setting is "No" |
|
|
Restart print job |
Set the value of this property to "Yes"
to restart the print job |
Default setting is "No" |
|
|
Resume print job |
Set the value of this property to "Yes"
to resume the print job |
Default setting is "No" |
|
|
Delete print job |
Set the value of this property to "Yes"
to delete the print job |
Default setting is "No" |
|
|