- Timestamp:
- 12/17/08 13:06:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IJobAdapter.cs
r995 r998 42 42 43 43 /// <summary> 44 /// Gets all Jobs with the specified state 45 /// </summary> 46 /// <returns></returns> 47 ICollection<Job> GetJobsByState(State state); 48 49 /// <summary> 44 50 /// Gets all jobs of the client 45 51 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.