Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7164


Ignore:
Timestamp:
12/10/11 15:43:01 (12 years ago)
Author:
ascheibe
Message:

#1672 set taskDataInvalid when deserializing fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Executor.cs

    r6983 r7164  
    9191      catch (Exception e) {
    9292        this.CurrentException = e;
     93        taskDataInvalid = true;
    9394        Task_TaskFailed(this, new EventArgs<Exception>(e));
    94       }
    95       finally {
     95      } finally {
    9696        taskStartedSem.Set();
    9797      }
Note: See TracChangeset for help on using the changeset viewer.