Changes between Initial Version and Version 2 of Ticket #2830
- Timestamp:
- 09/08/17 09:25:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2830
- Property Owner set to pfleck
- Property Status changed from new to accepted
-
Ticket #2830 – Description
initial v2 1 1 Because the Task of `IOptimizer.StartAsync()` is not awaited in `IOptimizerView.startButton_Click` any exception that was not yet handled is lost. 2 3 This issue applies to the following 4 - IOptimizerView.startButton_Click: Content.StartAsync(); 5 - CrossValidation.Start: clonedAlgorithm.StartAsync(cancellationToken); 6 - CrossValidationView.startButton_Click: Content.StartAsync(); 7 - OKBAlgorithmView.startButton_Click: Content.StartAsync(); 8 - OptimizerTask.Start: Item.StartAsync(); 9 - EngineTask:Start: Item.StartAsync();