The fields of Android.Print.PrintJobInfo are listed below. For a list of all members, see the PrintJobInfo Members list.
See Also: Inherited members from Java.Lang.Object
const | StateBlocked | PrintJobState (4). Print job state: The print job is blocked. |
const | StateCanceled | PrintJobState (7). Print job state: The print job is canceled. |
const | StateCompleted | PrintJobState (5). Print job state: The print job is successfully printed. |
const | StateCreated | PrintJobState (1). Print job state: The print job is being created but not yet ready to be printed. |
const | StateFailed | PrintJobState (6). Print job state: The print job was printing but printing failed. |
const | StateQueued | PrintJobState (2). Print job state: The print jobs is created, it is ready to be printed and should be processed. |
const | StateStarted | PrintJobState (3). Print job state: The print job is being printed. |