Changeset 2112
- Timestamp:
- 06/25/09 19:02:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid.HiveBridge/3.2/HiveGridServerWrapper.cs
r2099 r2112 71 71 HeuristicLab.Hive.Engine.Job restoredJob = (HeuristicLab.Hive.Engine.Job)PersistenceManager.RestoreFromGZip(response.Obj.SerializedJobResultData); 72 72 // only return the engine when it wasn't canceled (result is only a snapshot) 73 if ( !restoredJob.Engine.Canceled) {73 if (restoredJob.Progress < 1.0) { 74 74 // Serialize the engine 75 75 MemoryStream memStream = new MemoryStream();
Note: See TracChangeset
for help on using the changeset viewer.