Changeset 1574 for DCWoRMS/branches
- Timestamp:
- 02/04/16 10:18:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/local/LocalManagementSystem.java
r1458 r1574 404 404 saveExecutionHistory(exec, exec.getExecutionProfile().getCompletionPercentage(), phaseDuration); 405 405 if(exec.getExecutionProfile().isLast()){ 406 scheduler.sendInternal(phaseDuration, DCWormsTags.TASK_EXECUTION_FINISHED, execTask); ;406 scheduler.sendInternal(phaseDuration, DCWormsTags.TASK_EXECUTION_FINISHED, execTask); 407 407 } else { 408 408 scheduler.sendInternal(phaseDuration, DCWormsTags.TASK_EXECUTION_CHANGED, execTask);
Note: See TracChangeset
for help on using the changeset viewer.