Interface: JobDataAttributes
Defined in: model/jobDataAttributes.ts:8
Contains the properties that indicate the current status of the job.
Export
JobDataAttributes
Properties
status?
optional
status:string
Defined in: model/jobDataAttributes.ts:14
Indicates the current status of the job, while the job is queued
, processing
, or failed
. If the job is finished, the server returns a HTTP 303 status with the location
parameter set to the URI to use to fetch the details of the download.
Memberof
JobDataAttributes