Print the waiting jobs of the remote printer.

1 lpr.printWaitingJobs

<lpr.printWaitingJobs />

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>