mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
9 lines
140 B
YAML
9 lines
140 B
YAML
type: string
|
|
description: The current state of execution.
|
|
enum:
|
|
- EXECUTING
|
|
- VERIFYING
|
|
- TERMINATED
|
|
- COMPLETED
|
|
example: COMPLETED
|