# BatchJobStatus
## Enum Variants
| Name | Value |
|---- | -----|
| Queued | QUEUED |
| Running | RUNNING |
| Success | SUCCESS |
| Failed | FAILED |
| TimeoutExceeded | TIMEOUT_EXCEEDED |
| CancellationRequested | CANCELLATION_REQUESTED |
| Cancelled | CANCELLED |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)