The status of the run. One of 'error', 'success'.
from glean.api_client.models import AgentExecutionStatus
value = AgentExecutionStatus.ERROR
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
ERROR |
error |
SUCCESS |
success |