Opened 9 years ago
Closed 7 years ago
#2548 closed defect (obsolete)
Refactor Progress Reporting
Reported by: | ascheibe | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 4.0 |
Component: | MainForm | Version: | 3.3.14 |
Keywords: | Cc: |
Description
- Integrate a Cancellation Token into IProgress and get rid of Cancel events
- Move to Common
- Remove CanBeCancelled
Change History (3)
comment:1 Changed 9 years ago by ascheibe
- Milestone changed from HeuristicLab 3.3.14 to HeuristicLab 4.0
- Version changed from 4.0 to 3.3.14
comment:2 Changed 8 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from new to assigned
comment:3 Changed 7 years ago by pfleck
- Resolution set to obsolete
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Implemented in #2845. Whether to use CancellationTokens for Cancel/Stop the progress will also be evaluated.