Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/11 00:43:59 (13 years ago)
Author:
cneumuel
Message:

#1233

  • moved ExperimentManager into separate plugin
  • moved Administration into separate plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/Jobs/ItemJob.cs

    r6372 r6373  
    6262    }
    6363
    64     [Storable]
    65     private bool collectChildJobs;
    66     public bool CollectChildJobs {
    67       get { return collectChildJobs; }
    68       set { collectChildJobs = value; }
    69     }
    70 
    7164    #region Constructors and Cloning
    7265    public ItemJob() { }
     
    7770      : base(original, cloner) {
    7871      this.ComputeInParallel = original.ComputeInParallel;
    79       this.CollectChildJobs = original.CollectChildJobs;
    8072      this.Item = cloner.Clone(original.Item);
    8173    }
Note: See TracChangeset for help on using the changeset viewer.