Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/13 16:17:44 (12 years ago)
Author:
ascheibe
Message:

#2005

  • add repeating of failed tasks and task datas
  • added an additional ws method that loads lightweight tasks without the statelogs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UnloadJobs/HeuristicLab.Clients.Hive/3.3/HiveClient.cs

    r9193 r9202  
    435435        // fetch all task objects to create the full tree of tree of HiveTask objects
    436436        refreshableJob.Progress.Status = "Downloading list of tasks...";
    437         allTasks = HiveServiceLocator.Instance.CallHiveService(s => s.GetLightweightJobTasks(hiveExperiment.Id));
     437        allTasks = HiveServiceLocator.Instance.CallHiveService(s => s.GetLightweightJobTasksWithoutStateLog(hiveExperiment.Id));
    438438        totalJobCount = allTasks.Count();
    439439
Note: See TracChangeset for help on using the changeset viewer.