- Timestamp:
- 04/03/09 14:22:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/BusinessObjects/Client.cs
r1500 r1509 28 28 namespace HeuristicLab.Hive.Contracts.BusinessObjects { 29 29 30 public enum State { nullState, idle, calculating, offline, finished };30 public enum State { nullState, idle, calculating, offline, finished, abort, requestSnapshot }; 31 31 32 32 [DataContract]
Note: See TracChangeset
for help on using the changeset viewer.