Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.66 KB

JobResponse.md

File metadata and controls

58 lines (38 loc) · 1.66 KB

JobResponse

Properties

Name Type Description Notes
id Integer [optional]
projectPrefix String [optional]
status StatusEnum This value tracks the async processing status of the job. [optional]
orderStatus OrderStatusEnum This value tracks the completion status of the translation order. [optional]
targetLanguages List<String> [optional]
translationWorkflow TranslationWorkflowEnum This indicates the translation workflow being used. UNKNOWN will only be displayed in exceptional cases. [optional]
dueDate OffsetDateTime [optional]
errorMsg String [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]

Enum: StatusEnum

Name Value
DRAFT "draft"
QUEUED "queued"
PROCESSING "processing"
COMPLETE "complete"
CANCELED "canceled"
FAILED "failed"

Enum: OrderStatusEnum

Name Value
DRAFT "Draft"
STARTED "Started"
IN_PROGRESS "In Progress"
DELIVERED "Delivered"
COMPLETE "Complete"
NEEDS_ATTENTION "Needs Attention"

Enum: TranslationWorkflowEnum

Name Value
INSTANT "INSTANT"
VERIFIED "VERIFIED"
UNKNOWN "UNKNOWN"