Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/17 12:24:42 (7 years ago)
Author:
jkarder
Message:

#2784: fixed hive engine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.MetaOptimization/HeuristicLab.HiveEngine/3.3/HiveEngine.cs

    r12930 r14913  
    259259
    260260        // do polling until experiment is finished and all jobs are downloaded
    261         while (!refreshableJob.AllJobsFinished()) {
     261        while (!refreshableJob.IsFinished()) {
    262262          Thread.Sleep(2000);
    263263          this.ExecutionTimeOnHive = TimeSpan.FromMilliseconds(jobs.Sum(x => x.ExecutionTime.TotalMilliseconds));
Note: See TracChangeset for help on using the changeset viewer.