:right-sidebar: True PrintStatus =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: PrintStatus :no-contents-entry: The status gives a rough indication of the completion of a running print operation. Fields ------ .. rst-class:: interim-class .. class:: PrintStatus :no-index: .. attribute:: FINISHED The printing has been completed successfully. .. attribute:: FINISHED_ABORTED The printing has been aborted. .. attribute:: GENERATING_DATA This status is set while the pages are being rendered. .. attribute:: INITIAL The printing has not started yet; this status is set initially, and while the print dialog is shown. .. attribute:: PENDING The print job has been sent to the printer, but is not printed for some reason, e.g. the printer may be stopped. .. attribute:: PENDING_ISSUE Some problem has occurred during printing, e.g. a paper jam. .. attribute:: PREPARING This status is set while the begin-print signal is emitted and during pagination. .. attribute:: PRINTING The printer is processing the print job. .. attribute:: SENDING_DATA The print job is being sent off to the printer.