Changeset 6721 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Enums
- Timestamp:
- 09/08/11 13:41:25 (13 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/Enums/TaskState.cs
r6717 r6721 24 24 namespace HeuristicLab.Services.Hive.DataAccess { 25 25 [Serializable] 26 public enum JobState {26 public enum TaskState { 27 27 /// <summary> 28 28 /// A job is offline as long as he is not yet submitted to the hive
Note: See TracChangeset
for help on using the changeset viewer.