Print Job Status Codes

The following table explains what the various codes returned by the "Status" property of the IADsPrintJobOperations interface mean. In certain cases, it is possible that a combination of these status codes is returned. For instance, if the job is paused while it is being printed, a combination of the corresponding status codes would be returned.

Status Code (Decimal)

Status Code (Hex)

Description

1

1

Paused

2

2

Error

4

4

Deleting

8

8

Spooling

16

10

Printing

32

20

Offline

64

40

Out of paper

128

80

Printed

256

100

Deleted

512

200

Blocked

1024

400

User intervention

2048

800

Restarting

 

See Also