JAL-3878 Refactoring SeqAnnotationServiceCalcWorker.
[jalview.git] / src / jalview / ws2 / WSJobStatus.java
index 0a3872d..9172f7c 100755 (executable)
@@ -97,4 +97,9 @@ public enum WSJobStatus
   {
     return this == WSJobStatus.SUBMITTED || this == WSJobStatus.QUEUED;
   }
+  
+  public boolean isCompleted()
+  {
+    return this == WSJobStatus.FINISHED;
+  }
 }
\ No newline at end of file