git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4272f31
)
JAL-1239 cancelled flag should be checked and counted
author
Jim Procter
<jprocter@dundee.ac.uk>
Tue, 13 May 2014 14:13:17 +0000
(15:13 +0100)
committer
Jim Procter
<jprocter@dundee.ac.uk>
Tue, 13 May 2014 14:13:17 +0000
(15:13 +0100)
src/jalview/ws/JobStateSummary.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/JobStateSummary.java
b/src/jalview/ws/JobStateSummary.java
index
13c70d3
..
35fb0fc
100644
(file)
--- a/
src/jalview/ws/JobStateSummary.java
+++ b/
src/jalview/ws/JobStateSummary.java
@@
-75,6
+75,13
@@
public class JobStateSummary
public void updateJobPanelState(WebserviceInfo wsInfo,
String OutputHeader, AWsJob j)
{
+ if (j.cancelled)
+ {
+ cancelled++;
+ j.subjobComplete=true;
+ wsInfo.setStatus(j.jobnum, WebserviceInfo.STATE_CANCELLED_OK);
+ return;
+ }
if (j.submitted)
{
String progheader = "";