Changeset 2022
- Timestamp:
- 06/05/09 13:40:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientCommunicator.cs
r1998 r2022 458 458 job.State = State.finished; 459 459 jobAdapter.Update(job); 460 461 client.State = State.idle;462 clientAdapter.Update(client);463 460 } 464 461 List<JobResult> jobResults = new List<JobResult>(jobResultAdapter.GetResultsOf(job));
Note: See TracChangeset
for help on using the changeset viewer.