Changeset 13349 for branches/Async/HeuristicLab.Clients.Hive/3.3
- Timestamp:
- 11/23/15 21:18:26 (9 years ago)
- Location:
- branches/Async/HeuristicLab.Clients.Hive/3.3/Tasks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async/HeuristicLab.Clients.Hive/3.3/Tasks/EngineTask.cs
r12012 r13349 81 81 public override void Start() { 82 82 Item.Prepare(initialOperation); 83 Item.Start ();83 Item.StartAsync(); 84 84 } 85 85 -
branches/Async/HeuristicLab.Clients.Hive/3.3/Tasks/OptimizerTask.cs
r12012 r13349 101 101 OnTaskStopped(); 102 102 } else { 103 Item.Start ();103 Item.StartAsync(); 104 104 } 105 105 }
Note: See TracChangeset
for help on using the changeset viewer.