Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/11/17 10:00:34 (7 years ago)
Author:
pfleck
Message:

#2845 Removed Visible property and hide on "Finished".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/EnhancedProgress/HeuristicLab.MainForm/3.3/Interfaces/IProgress.cs

    r15415 r15417  
    2424
    2525namespace HeuristicLab.MainForm {
    26   public enum ProgressState { Started, Finished, Stopped, Canceled }
     26  public enum ProgressState { Started, Finished, StopRequested, CancelRequested }
    2727  public enum ProgressBarMode { Continuous, Marquee }
    2828
     
    3636    /// </summary>
    3737    double ProgressValue { get; set; }
    38     bool Visible { get; set; }
    3938    bool CanBeStopped { get; }
    4039    bool CanBeCanceled { get; }
     
    5655    event EventHandler ProgressBarModeChanged;
    5756    event EventHandler ProgressValueChanged;
    58     event EventHandler VisibleChanged;
    5957    event EventHandler CanBeStoppedChanged;
    6058    event EventHandler CanBeCanceledChanged;
Note: See TracChangeset for help on using the changeset viewer.