Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/03/13 14:32:06 (11 years ago)
Author:
ascheibe
Message:

#1950

  • added missing SuppressEvents conditions
  • removed unnecessary check for stopRequested
File:
1 edited

Legend:

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

    r8869 r9097  
    9393          }
    9494
    95           if (stopRequested) {
    96             waitHandle.Close();
    97             IsPolling = false;
    98             return;
    99           }
     95          waitHandle.Close();
     96          IsPolling = false;
     97          return;
    10098        }
    10199        catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.