Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/21/13 23:08:47 (11 years ago)
Author:
ascheibe
Message:

#1042

  • applied mkommends progress view patch
  • adapted Hive views accordingly
  • made some minor improvements (more to come...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.3/Interfaces/IProgress.cs

    r9849 r9893  
    5555    /// <exception cref="NotSupportedException">Thrown when cancellation is not supported.</exception>
    5656    /// <param name="timeoutMs">The operation is given a certain timeout to cancel. If the operation doesn't cancel in this time it will be forcibly closed.</param>
    57     void Cancel(int timeoutMs);
     57    void Cancel(int timeoutMs = 0);
    5858    /// <summary>
    5959    /// Sets the ProgressValue to 1 and the ProgressState to Finished.
    6060    /// </summary>
    6161    void Finish();
     62
     63    void Start(string status);
     64
     65    void Start();
    6266
    6367    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.