Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 803 Bytes

File metadata and controls

28 lines (16 loc) · 803 Bytes

StatusBody

Properties

Name Type Description Notes
errorMessage String Why the run failed. Only set when status is FAILED. [optional]
logHistory List<List<Object>> Progress messages the run recorded, oldest first. [optional]
status StatusEnum Run status. UNINITIALISED means the agent has never been triggered for this analysis.

Enum: StatusEnum

Name Value
UNINITIALISED "UNINITIALISED"
PENDING "PENDING"
RUNNING "RUNNING"
COMPLETED "COMPLETED"
FAILED "FAILED"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"