Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/09 17:12:03 (16 years ago)
Author:
swagner
Message:

Added a property for the thread priority of an engine's worker thread to EngineBase (#623)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.2/Interfaces/IEngine.cs

    r776 r1815  
    2323using System.Collections.Generic;
    2424using System.Text;
     25using System.Threading;
    2526
    2627namespace HeuristicLab.Core {
     
    4445    /// </summary>
    4546    TimeSpan ExecutionTime { get; }
     47    /// <summary>
     48    /// Gets or sets the thread priority of the worker thread.
     49    /// </summary>
     50    ThreadPriority Priority { get; set; }
    4651
    4752    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.