| Value | Meaning |
|---|---|
| INITIAL0 | The printing has not started yet; this status is set initially, and while the print dialog is shown. |
| PREPARING1 | This status is set while the begin-print signal is emitted and during pagination. |
| GENERATING_DATA2 | This status is set while the pages are being rendered. |
| SENDING_DATA3 | The print job is being sent off to the printer. |
| PENDING4 | The print job has been sent to the printer, but is not printed for some reason, e.g. the printer may be stopped. |
| PENDING_ISSUE5 | Some problem has occurred during printing, e.g. a paper jam. |
| PRINTING6 | The printer is processing the print job. |
| FINISHED7 | The printing has been completed successfully. |
| FINISHED_ABORTED8 | The printing has been aborted. |
The status gives a rough indication of the completion of a running print operation.