Changeset 7164
- Timestamp:
- 12/10/11 15:43:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Executor.cs
r6983 r7164 91 91 catch (Exception e) { 92 92 this.CurrentException = e; 93 taskDataInvalid = true; 93 94 Task_TaskFailed(this, new EventArgs<Exception>(e)); 94 } 95 finally { 95 } finally { 96 96 taskStartedSem.Set(); 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.