Init
This commit is contained in:
18
scp_core/docs/TaskState.md
Normal file
18
scp_core/docs/TaskState.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# TaskState
|
||||
|
||||
## Enum Variants
|
||||
|
||||
| Name | Value |
|
||||
|---- | -----|
|
||||
| Pending | PENDING |
|
||||
| Running | RUNNING |
|
||||
| Finished | FINISHED |
|
||||
| Error | ERROR |
|
||||
| WaitingForCancel | WAITING_FOR_CANCEL |
|
||||
| Canceled | CANCELED |
|
||||
| Rollback | ROLLBACK |
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user