Changeset 16993 for branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IRunnerHost.cs
- Timestamp:
- 05/29/19 12:16:15 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Interfaces/IRunnerHost.cs
r16985 r16993 8 8 /// </summary> 9 9 public interface IRunnerHost { 10 /// <summary> 11 /// The runner state. 12 /// </summary> 13 RunnerState State { get; } 10 14 11 15 /// <summary> … … 32 36 /// </summary> 33 37 void Resume(); 34 35 38 } 36 39 }
Note: See TracChangeset
for help on using the changeset viewer.