- Timestamp:
- 01/22/09 15:23:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/ServerConsoleFacade.cs
r1099 r1171 94 94 } 95 95 96 public ResponseObject<JobResult> GetLasJobResultOf(long jobId) { 97 return jobManager.GetLasJobResultOf(jobId); 98 } 99 96 100 public Response RemoveJob(long jobId) { 97 101 return jobManager.RemoveJob(jobId); … … 139 143 140 144 #endregion 145 141 146 } 142 147 }
Note: See TracChangeset
for help on using the changeset viewer.