Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 382 Bytes

File metadata and controls

21 lines (13 loc) · 382 Bytes

AgentExecutionStatus

The status of the run. One of 'error', 'success'.

Example Usage

from glean.api_client.models import AgentExecutionStatus

value = AgentExecutionStatus.ERROR

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
ERROR error
SUCCESS success