Print the waiting jobs of the remote printer.
1 lpr.printWaitingJobs
<lpr.printWaitingJobs />
Returns | |
---|---|
Type | Description |
Boolean | Returns true if the printing has been performed successfully; false otherwise. |
Exceptions
no active lpr connection
The communication LPR with the printer is not possible to obtain because there is no one established.
Example
Printing of the waiting jobs in queue.
Copy
<xsql-script name='lpr_printwaitingjobs_sample1'> <body> <println><lpr.printWaitingJobs /></println> </body> </xsql-script>