Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/11 15:16:26 (14 years ago)
Author:
ascheibe
Message:

#1233 worked on administration gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Core.cs

    r5511 r5512  
    371371        }
    372372        Job cJob = jobs[jobId];
    373         cJob.JobState = JobState.Finished;//TODO: what if failed?
     373        cJob.State = JobState.Finished;//TODO: what if failed?
    374374        cJob.ExecutionTime = engines[jobId].ExecutionTime;
    375375
    376         JobData sJob = engines[jId].GetFinishedJob();
     376        JobData sJob = engines[jobId].GetFinishedJob();
    377377        // cJob.Exception = engines[jId].CurrentException; // can there be an exception if the job is sent normally. the exception should be entered in the statelog with the corresponding state (Failed)
    378         cJob.ExecutionTime = engines[jId].ExecutionTime;
     378        cJob.ExecutionTime = engines[jobId].ExecutionTime;
    379379
    380380        try {
Note: See TracChangeset for help on using the changeset viewer.