mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
24 lines
479 B
Markdown
24 lines
479 B
Markdown
# DtoJobStatus
|
|
|
|
## Enum
|
|
|
|
|
|
* `StatusQueued` (value: `"queued"`)
|
|
|
|
* `StatusRunning` (value: `"running"`)
|
|
|
|
* `StatusSucceeded` (value: `"succeeded"`)
|
|
|
|
* `StatusFailed` (value: `"failed"`)
|
|
|
|
* `StatusCanceled` (value: `"canceled"`)
|
|
|
|
* `StatusRetrying` (value: `"retrying"`)
|
|
|
|
* `StatusScheduled` (value: `"scheduled"`)
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|