Changeset 16462 for branches/2520_PersistenceReintegration/HeuristicLab.Clients.Hive/3.3/ServiceClients/LightweightTask.cs
- Timestamp:
- 12/28/18 16:10:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Clients.Hive/3.3/ServiceClients/LightweightTask.cs
r16453 r16462 24 24 using System.Linq; 25 25 using HeuristicLab.Common; 26 using HEAL.Fossil; 26 27 27 28 namespace HeuristicLab.Clients.Hive { 29 [StorableType("35B1D7FC-0A94-48E0-A17D-888C2AFE58D9")] 28 30 public partial class LightweightTask : IDeepCloneable, IContent { 29 31 public StateLog CurrentStateLog { get { return StateLog.LastOrDefault(); } }
Note: See TracChangeset
for help on using the changeset viewer.