odmApi::Output¶
job execution output
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| status | character | current job status | [Enum: [COMPLETED, STARTING, RUNNING, STOPPING, STOPPED, FAILED, ABANDONED, UNKNOWN]] |
| result | object | job result object (available if job completed successfully) | [optional] |
| errors | array[OutputErrorsInner] | array of errors occurred during execution of the job (available if job failed) | [optional] |