Status PropertyThe Status property contains the job status. Syntax
The property is read only.
JOB_STATUS_PAUSED = 0x00000001 JOB_STATUS_ERROR = 0x00000002 JOB_STATUS_DELETING = 0x00000004 JOB_STATUS_SPOOLING = 0x00000008 JOB_STATUS_PRINTING = 0x00000010 JOB_STATUS_OFFLINE = 0x00000020 JOB_STATUS_PAPEROUT = 0x00000040 JOB_STATUS_PRINTED = 0x00000080 JOB_STATUS_DELETED = 0x00000100 JOB_STATUS_BLOCKED_DEVQ = 0x00000200 JOB_STATUS_USER_INTERVENTION = 0x00000400 JOB_STATUS_RESTART = 0x00000800 JOB_STATUS_COMPLETE = 0x00001000 See JOB_INFO_2 (MSDN) for further information.
Back to top |