Changeset 1998 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 06/04/09 15:12:36 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/BusinessObjects/Client.cs
r1939 r1998 28 28 namespace HeuristicLab.Hive.Contracts.BusinessObjects { 29 29 30 public enum State { nullState, idle, calculating, offline, finished, abort, requestSnapshot, requestSnapshotSent };30 public enum State { nullState, idle, calculating, offline, finished, abort, requestSnapshot, requestSnapshotSent, pending }; 31 31 32 32 [DataContract]
Note: See TracChangeset
for help on using the changeset viewer.