fsStatus (USHORT)

      Job status.

      To find the job status, use the PRJ_QSTATUS mask:

      PRJ_QS_QUEUED

        Queued
      PRJ_QS_PAUSED
        Paused by a SplHoldJob function
      PRJ_QS_SPOOLING
        Job being created
      PRJ_QS_PRINTING
        Printing (bits 2 through 11 are valid).
      For further information, use the PRJ_DEVSTATUS mask:

      PRJ_COMPLETE

        Job complete
      PRJ_INTERV
        Intervention required
      PRJ_ERROR
        Error occurred.
      PRJ_DESTOFFLINE
        Print destination offline
      PRJ_DESTPAUSED
        Print destination paused
      PRJ_NOTIFY
        Alert should be raised
      PRJ_DESTNOPAPER
        Print destination out of paper
      PRJ_DESTFORMCHG
        Printer waiting for form change
      PRJ_DESTCRTCHG
        Printer waiting for cartridge change
      PRJ_DESTPENCHG
        Printer waiting for pen change.
      This bit indicates that the job is deleted:

      PRJ_DELETED

        Job deleted.


      [Back] [Next]