hawk9821 commented on code in PR #9400:
URL: https://github.com/apache/seatunnel/pull/9400#discussion_r2134517254


##########
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:
   I think `STARTED` is an instantaneous state that records when a task started 
to run.  It corresponds one-to-one with `startTime` in restapi .  



-- 
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