Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #2830


Ignore:
Timestamp:
09/08/17 09:25:32 (7 years ago)
Author:
pfleck
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2830

    • Property Owner set to pfleck
    • Property Status changed from new to accepted
  • Ticket #2830 – Description

    initial v2  
    11Because the Task of `IOptimizer.StartAsync()` is not awaited in `IOptimizerView.startButton_Click` any exception that was not yet handled is lost.
     2
     3This 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();