results.setJobDone(true);
}
// get the execution controller of the
// ComputationTaskConfiguration
IExperimentExecutionController execControl =
getExperimentController(taskConfig);
// notify it about the finished replication of the computation
// task
execControl.computationTaskExecuted(owner, compTaskRTI, results);
// remove the job from the jobs list
jobs.get(taskConfig).remove(job);
// if the complete computation task is finished (all required