Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/12/13 20:35:30 (10 years ago)
Author:
ascheibe
Message:

#2117

  • fixed drag and drop check in the RefreshableHiveJobView to be more generic
  • fixed TaskDownloader to generate the correct HiveTasks when downloading tasks
  • fixed some variable names (job => task) which were forgotten
  • the IsParallelizable property of a task can now be set (e.g. if a task gets parallelized, the generated child tasks should sometimes not be able to get further parallelized)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/HiveTasks/EngineHiveTask.cs

    r9456 r10130  
    3232    #region Constructors and cloning
    3333    public EngineHiveTask() { }
    34     public EngineHiveTask(EngineTask engineJob, IScope parentScopeClone)
    35       : base(engineJob) {
     34    public EngineHiveTask(EngineTask engineTask, IScope parentScopeClone)
     35      : base(engineTask) {
    3636      this.parentScopeClone = parentScopeClone;
    3737    }
Note: See TracChangeset for help on using the changeset viewer.