- Timestamp:
- 01/22/09 15:30:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/JobManager.cs
r1170 r1172 166 166 } 167 167 168 public ResponseObject<JobResult> GetLas JobResultOf(long jobId) {168 public ResponseObject<JobResult> GetLastJobResultOf(long jobId) { 169 169 ResponseObject<JobResult> response = new ResponseObject<JobResult>(); 170 170 response.Success = true;
Note: See TracChangeset
for help on using the changeset viewer.