Changeset 17689
- Timestamp:
- 07/20/20 09:58:07 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/JsonTemplateGenerator.cs
r17600 r17689 4 4 using HEAL.Attic; 5 5 using System.IO; 6 using HeuristicLab.Core; 6 7 7 8 namespace HeuristicLab.JsonInterface { … … 25 26 string fullPath = Path.GetFullPath(path); 26 27 #endregion 28 29 if(optimizer.ExecutionState == ExecutionState.Paused) 30 optimizer.Stop(); 27 31 28 32 // recursively filter items with values/ranges/actualNames
Note: See TracChangeset
for help on using the changeset viewer.