JAL-3878 Set job status to cancelled on job cancellation.
[jalview.git] / src / jalview / ws2 / slivka / SlivkaWebService.java
index 82a2ba9..5da7be3 100644 (file)
@@ -216,6 +216,7 @@ public class SlivkaWebService implements WebServiceI
   @Override
   public void cancel(WSJob job) throws IOException
   {
+    job.setStatus(WSJobStatus.CANCELLED);
     Cache.log.warn("Slivka does not support job cancellation yet.");
   }