Name | Type | Description | Notes |
---|---|---|---|
status | StatusEnum | This value tracks the async processing status of the job. | [optional] |
errorMessage | String | [optional] | |
sourceWordCount | BigDecimal | [optional] |
Name | Value |
---|---|
DRAFT | "draft" |
QUEUED | "queued" |
PROCESSING | "processing" |
COMPLETE | "complete" |
CANCELED | "canceled" |
FAILED | "failed" |