Changes between Version 7 and Version 8 of Documentation/DevelopmentCenter/IntegrateHeuristicLab
- Timestamp:
- 08/10/16 07:18:45 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/IntegrateHeuristicLab
v7 v8 121 121 }}} 122 122 123 Note that in HeuristicLab 3.3 the Start() method is non-blocking. Thus, if there is no Console to wait for user input and delay the length of the execution, a WaitHandle such as an [https://msdn.microsoft.com/en-us/library/system.threading.autoresetevent(v=vs.110).aspx AutoResetEvent] has to be used. 123 124 124 125 125