Skip to main content

types.State-types_JobStateType

details object

Details is a map of additional details about the state.

property name*string
messagestring

Message is a human readable message describing the state.

state_typetypes.JobStateType (string)

StateType is the current state of the object.

Possible values: [``, pending, queued, running, completed, failed, stopped, deleted]

types.State-types_JobStateType
{
"details": {},
"message": "string",
"state_type": ""
}