Added in Version 1.3.0

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

オブジェクトの初期化

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

パラメータ

isRetryEnabled

この印刷ジョブの印刷中にプリンターがオフラインになったとき、その後のオンライン復帰時に印刷をリトライするかどうか

boolean

timeout

印刷ジョブを受け付けてから、印刷データを保持する時間(sec)。この時間内に印刷ジョブの順番が来なければ印刷は失敗となり印刷データは破棄される

number

note

この印刷ジョブに対して上位アプリケーションから任意に設定する文字列

string