feat: add more status
This commit is contained in:
parent
c26ce25f25
commit
3eb339bb21
1 changed files with 7 additions and 2 deletions
|
|
@ -1486,9 +1486,14 @@ enum TaskOrderStatus {
|
||||||
enum TaskStatus {
|
enum TaskStatus {
|
||||||
Pending
|
Pending
|
||||||
InProgress
|
InProgress
|
||||||
Validate
|
|
||||||
Complete
|
Success
|
||||||
|
Failed
|
||||||
Redo
|
Redo
|
||||||
|
|
||||||
|
Validate
|
||||||
|
|
||||||
|
Complete
|
||||||
Canceled
|
Canceled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue