Skip to content

Commit

Permalink
[fix-apache#13940] add status of stop
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai committed Apr 26, 2023
1 parent 4545093 commit 1f9d42d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public enum TaskExecutionStatus {
SUBMITTED_SUCCESS(0, "submit success"),
RUNNING_EXECUTION(1, "running"),
PAUSE(3, "pause"),
STOP(5,"stop"),
FAILURE(6, "failure"),
SUCCESS(7, "success"),
NEED_FAULT_TOLERANCE(8, "need fault tolerance"),
Expand Down

0 comments on commit 1f9d42d

Please sign in to comment.