- Timestamp:
- 12/17/08 13:40:21 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/InternalInterfaces/DataAccess/IJobAdapter.cs
r998 r1000 35 35 36 36 /// <summary> 37 /// Gets the result of a job38 /// </summary>39 /// <param name="job"></param>40 /// <returns></returns>41 JobResult GetResult(Job job);42 43 /// <summary>44 37 /// Gets all Jobs with the specified state 45 38 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.