Removes the print job whose identifier is specified in the attribute jobid, returning true if the operation has been successfully.
1 lpr.removeJobs
<lpr.removeJobs jobid='jobid'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Ajobid | string | Identifier of the task to remove. |
Returns | |
---|---|
Type | Description |
Boolean | Returns true if the printing has been removed successfully; false otherwise. |
Exceptions
attribute 'jobid' required
The identifier of the job to remove has not been specified.
no active lpr connection
The communication LPR with the printer has not been possible because there is no one established.