Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.3 KB

File metadata and controls

37 lines (23 loc) · 1.3 KB

Pdf.ConversionJobResponse

Properties

Name Type Description Notes
result ResultResponse The result(s)
completionTime Date The completion date/time of this job in ISO 8601 format [optional]
input InputResponse The input(s)
jobId String The job id
creationTime Date The creation date/time of this job in ISO 8601 format [optional]
conversionTasks [ConversionTask] [optional]
updateTime Date The last update date/time of this job in ISO 8601 format [optional]
job ConversionJob The job
statusMessage String A status message, which can be informational, warning or error. AA message here does not indicate an error perse [optional]
queueTime Date The conversion queue date/time of this job in ISO 8601 format [optional]
status String The status of the job

Enum: StatusEnum

  • INIT (value: "INIT")

  • INPUTS_UPLOADED (value: "INPUTS_UPLOADED")

  • PROCESSING (value: "PROCESSING")

  • DONE (value: "DONE")

  • ERROR (value: "ERROR")

  • DELETED (value: "DELETED")