lilt-node

Lilt API Binding for Javascript

View the Project on GitHub lilt/lilt-node

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