Free cookie consent management tool by TermsFeed Policy Generator

Changeset 252


Ignore:
Timestamp:
05/14/08 00:13:20 (16 years ago)
Author:
gkronber
Message:

minor change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/ClientForm.cs

    r251 r252  
    167167          }
    168168        }
    169       } while(!success && retries < MAX_RETRIES);
     169      } while(!stopped && !success && retries < MAX_RETRIES);
    170170      // ok if we could store the result it's probable that the server can send us another engine use a small time-interval
    171171      if(success)
Note: See TracChangeset for help on using the changeset viewer.