Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/16/11 00:18:48 (13 years ago)
Author:
cneumuel
Message:

#1233

  • stability improvements for HiveEngine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients/HiveExperiment.cs

    r6168 r6200  
    2626using HeuristicLab.Common;
    2727using HeuristicLab.Core;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2928
    3029namespace HeuristicLab.Clients.Hive {
    31   [StorableClass]
    3230  public partial class HiveExperiment : IDeepCloneable, IContent, IProgressReporter {
    33     [Storable]
    3431    private bool useLocalPlugins;
    3532    public bool UseLocalPlugins {
     
    3835    }
    3936
    40     [Storable]
    4137    private ExecutionState executionState;
    4238    public ExecutionState ExecutionState {
     
    5046    }
    5147
    52     [Storable]
    5348    private TimeSpan executionTime;
    5449    public TimeSpan ExecutionTime {
     
    6257    }
    6358
    64     [Storable]
    6559    private ItemCollection<HiveJob> hiveJobs;
    6660    public ItemCollection<HiveJob> HiveJobs {
     
    7468    }
    7569
    76     [Storable]
    7770    private bool isProgressing;
    7871    public bool IsProgressing {
     
    8679    }
    8780
    88     [Storable]
    8981    private IProgress progress;
    9082    public IProgress Progress {
Note: See TracChangeset for help on using the changeset viewer.