Changeset 15284 for branches/Async/HeuristicLab.Optimization
- Timestamp:
- 07/25/17 14:16:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs
r15281 r15284 76 76 pausePending = false; 77 77 OnStarted(); 78 78 79 try { 79 80 Run((object)cancellationTokenSource.Token); … … 87 88 CancellationTokenSource.Dispose(); 88 89 CancellationTokenSource = null; 89 OnStopped(); 90 if (pausePending) OnPaused(); 91 else OnStopped(); 90 92 } 91 93
Note: See TracChangeset
for help on using the changeset viewer.