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 {
|
||||
Pending
|
||||
InProgress
|
||||
Validate
|
||||
Complete
|
||||
|
||||
Success
|
||||
Failed
|
||||
Redo
|
||||
|
||||
Validate
|
||||
|
||||
Complete
|
||||
Canceled
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue