Added in Version 1.3.0

StarSpoolJobSettings(isRetryEnabled: boolean, timeout: number, note: string = “”)

Initialize object

StarSpoolJobSettings(isRetryEnabled: boolean, timeout: number, note: string = "")

Parameter

isRetryEnabled

If the printer goes offline while printing this print job, specify whether or not to retry printing when it comes back online afterwards

boolean

timeout

Time (sec) to hold print data after this print job is accepted. If the print job’s turn does not arrive within this time, printing fails and the print data is discarded.

number

note

A string that can be optionally set for this print job from an application

string