Changeset 15287 for trunk/sources/HeuristicLab.Clients.Hive/3.3
- Timestamp:
- 07/26/17 15:48:32 (7 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
/branches/Async (added) merged: 13329,13349,13354-13355,13401,15065,15190,15204,15212,15215-15216,15232,15280-15281,15284,15286
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Clients.Hive/3.3/Tasks/EngineTask.cs
r14185 r15287 81 81 public override void Start() { 82 82 Item.Prepare(initialOperation); 83 Item.Start ();83 Item.StartAsync(); 84 84 } 85 85 -
trunk/sources/HeuristicLab.Clients.Hive/3.3/Tasks/OptimizerTask.cs
r14185 r15287 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.