Added in Version 1.3.0

StarSpoolJobStatus

The class that defines the print job status

Property

jobId

Print job ID

number

jobState

State of print job

SpoolJobState

elapsedTime

Elapsed time since the printer accepted this print job (sec). Once the printer is turned off, this value is then always 0.

number

jobReceivedInterface

Interface on which the printer has accepted this print job

SpoolJobReceivedInterface

appInfo

Information about the application that sent this print job

string

hostModel

Information about the model of the device that sent this print job

string

hostOS

Information about the OS of the device that sent this print job

string

hostIpAddress

IP address of the device that sent this print job. Empty if the print job was sent over an interface other than LAN.

string

jobSettings

StarSpoolJobSettings specified in print(command: string, starSpoolJobSettings: StarSpoolJobSettings)

StarSpoolJobSettings