Set JobStatus as COMPLETED_AND_PAUSED when needed so we can present it on instantiati...
[vid.git] / vid-automation / src / main / java / vid / automation / test / model / JobStatus.java
index a51336e..bbe1e3e 100644 (file)
@@ -8,5 +8,6 @@ public enum JobStatus {
     PAUSE,
     PENDING,
     STOPPED,
+    COMPLETED_AND_PAUSED,
     COMPLETED_WITH_ERRORS;
 }