Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/12 23:55:40 (12 years ago)
Author:
mkommend
Message:

#1783: Removed questionable source lines in execution state handling in the BatchRun and the Experiment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/BatchRun.cs

    r7259 r7576  
    339339    private void Optimizer_Paused(object sender, EventArgs e) {
    340340      if (ExecutionState == ExecutionState.Started) {
    341         batchRunStarted = false;
    342         batchRunPaused = true;
    343         batchRunStopped = false;
    344341        OnPaused();
    345342      }
Note: See TracChangeset for help on using the changeset viewer.