Hisoka-X commented on code in PR #9400:
URL: https://github.com/apache/seatunnel/pull/9400#discussion_r2131387117


##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/job/JobStatus.java:
##########
@@ -38,6 +38,9 @@ public enum JobStatus {
      */
     SCHEDULED(EndState.NOT_END),
 
+    /** The job has been started. */
+    STARTED(EndState.NOT_END),

Review Comment:
   Why we should add new status named `STARTED`? Why not use `RUNNING`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to