|
Syntax
JOB_STARTED,
Description
printing (that is, collecting the data to send to the printer) has begun
Syntax
JOB_COMPLETED,
Description
printing has finished, spooling has begun
Syntax
JOB_SPOOLED,
Description
spooling has finished successfully. This is the only state
that can be considered as "success" for a print job.
Syntax
JOB_ABORTED,
Description
printing was aborted (e.g., by the user) while either printing or spooling
Syntax
JOB_FAILED,
Description
printing ran into an error
Syntax
JOB_SPOOLING_FAILED,
Description
the document could be printed but not spooled
|