Changeset 1815 for trunk/sources/HeuristicLab.Core/3.2/Interfaces
- Timestamp:
- 05/14/09 17:12:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.2/Interfaces/IEngine.cs
r776 r1815 23 23 using System.Collections.Generic; 24 24 using System.Text; 25 using System.Threading; 25 26 26 27 namespace HeuristicLab.Core { … … 44 45 /// </summary> 45 46 TimeSpan ExecutionTime { get; } 47 /// <summary> 48 /// Gets or sets the thread priority of the worker thread. 49 /// </summary> 50 ThreadPriority Priority { get; set; } 46 51 47 52 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.