Changeset 1157 for DCWoRMS/branches/coolemall/src/dcworms
- Timestamp:
- 07/31/13 17:28:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/dcworms/schedframe/scheduling/Executable.java
r1154 r1157 169 169 if(status == DCWormsTags.INEXEC){ 170 170 task.setStatus((int) BrokerConstants.TASK_STATUS_RUNNING); 171 } else if(status == DCWormsTags.QUEUED){ 172 task.setStatus((int) BrokerConstants.TASK_STATUS_QUEUED); 171 173 } 172 174
Note: See TracChangeset
for help on using the changeset viewer.