Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/16 16:57:46 (9 years ago)
Author:
jlodewyc
Message:

#2582 Distribution childs and priority done. Display current jobs and start graphs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebJobManager/HeuristicLab.Clients.Hive/3.3/HiveTasks/OptimizerHiveTask.cs

    r12621 r13712  
    295295    /// Recursively updates all the child-jobs as well
    296296    /// </summary>
    297     internal void SetIndexInParentOptimizerList(OptimizerHiveTask parentHiveTask) {
     297    public void SetIndexInParentOptimizerList(OptimizerHiveTask parentHiveTask) {
    298298      if (parentHiveTask != null) {
    299299        if (parentHiveTask.ItemTask.Item is Optimization.Experiment) {
Note: See TracChangeset for help on using the changeset viewer.