Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 640 Bytes

JobUpdateParameters.md

File metadata and controls

25 lines (12 loc) · 640 Bytes

LiltNode.JobUpdateParameters

Properties

Name Type Description Notes
name String A name for the Job. [optional]
dueDate Number An ISO string date. [optional]
isProcessing String The processing status of the job. Provide one of the following integers to indicate the status. Ok = 0 Started = 1 ExportError = -2 [optional]
processingErrorMsg String The processing error message. [optional]

Enum: IsProcessingEnum

  • 0 (value: "0")

  • 1 (value: "1")

  • -2 (value: "-2")