Skip to main content

PrintJobRecord

Information returned about a print job from print job table.

Properties

NameTypeDescriptionNotes
bulkOperationNameStringName of associated Bulk Print Operation[optional]
createdOnOffsetDateTimejob creation time[optional]
creatorIdStringThe unique Id of the creator of this print job.[optional]
creatorNameStringThe name of the creator of this print job.[optional]
creatorTypeCreatorTypeEnumThe type of the creator of this print job.[optional]
idLongjob id[optional]
identifierFieldString[optional]
identifierValueString[optional]
jobIdStringThe unique id of this print job in print queue.[optional]
nameStringjob name[optional]
printerIdStringThe unique Id of the printer.[optional]
printerNameStringprinter name[optional]
queueStateQueueStateEnum[optional]
queueStateDetailsStringDetails about the queue state of this print job.[optional]
statusStatusEnum[optional]
statusDetailsStringjob status[optional]
updatedOnOffsetDateTimeThe time this print job was last updated.[optional]

CreatorTypeEnum

NameValue
USER"USER"
API"API"

QueueStateEnum

NameValue
UNKNOWN"UNKNOWN"
QUEUED"QUEUED"
WAIT_FOR_PRINTER"WAIT_FOR_PRINTER"
STARTED"STARTED"
COMPLETED"COMPLETED"
CANCELLED"CANCELLED"
FAILED"FAILED"

StatusEnum

NameValue
QUEUED"QUEUED"
WAITING_SMARTCARD"WAITING_SMARTCARD"
IN_PROGRESS"IN_PROGRESS"
COMPLETED"COMPLETED"
FAILED"FAILED"
CANCELLED"CANCELLED"
UNKNOWN"UNKNOWN"