Printjob - Cisco Interactive Experience Client 4600 Series User Manual

Hide thumbs Also See for Interactive Experience Client 4600 Series:
Table of Contents

Advertisement

Appendix B
Printers
Variable
clearStatusHistory()
errorStatus()

PrintJob

All global.printer methods related to performing actual printing return objects implementing the
PrintJob interface.
interface PrintJob {
}
Variable
state
errorString
printerName
isFinished
cancel()
Description
Clears the queue with the printer status history.
Fires when an error status event has arrived from the printer.
readonly attribute JobState state;
readonly attribute string errorString;
readonly attribute string printerName;
readonly attribute bool isFinished;
void cancel();
void remove();
signal void finished();
signal void error();
signal void stateChanged();
Table B-2
Description
Contains current state of the print job and has one of the following
values:
'Downloading' — document is being downloaded from remote server
'Held' — job is held for printing
'Pending' — job is waiting to be printed
'Processing' — job is currently printing
'Completed' — job has completed successfully
'Stopped' — job has been stopped
'Aborted' — job has aborted due to an error
Contains string describing the error that has occurred
Contains name of a printer performing the job
Contains 'true' if printer finished processing the job regardless if it was
successful or not or 'false' if printer has not finished processing the job
Instructs the printer to cancel processing the print job. Returns 'true' on
success or 'false' on failure. Note that it is not always possible to stop
printing immediately if this process already started.
PrintJob Variables
Cisco Interactive Experience Client 4600 Series User Guide
Printer Implementation
B-5

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Iec 4632Iec 4610

Table of Contents