Changeset 5179 for branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/Interfaces/ILifecycleManager.cs
- Timestamp:
- 12/29/10 00:52:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/Interfaces/ILifecycleManager.cs
r5093 r5179 52 52 IEnumerable<PluginDescription> Plugins { get; } 53 53 54 Dictionary<Guid, DateTime> LastHeartbeats { get; }55 56 Dictionary<Guid, int> NewAssignedJobs { get; }57 58 Dictionary<Guid, int> PendingJobs { get; }59 60 54 byte[] ConfigurationFile { get; } 61 55 }
Note: See TracChangeset
for help on using the changeset viewer.