Changeset 252
- Timestamp:
- 05/14/08 00:13:20 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Grid/ClientForm.cs
r251 r252 167 167 } 168 168 } 169 } while(!s uccess && retries < MAX_RETRIES);169 } while(!stopped && !success && retries < MAX_RETRIES); 170 170 // ok if we could store the result it's probable that the server can send us another engine use a small time-interval 171 171 if(success)
Note: See TracChangeset
for help on using the changeset viewer.