Changeset 4170 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.ExecutionEngine/3.3
- Timestamp:
- 08/06/10 09:20:18 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.ExecutionEngine/3.3/Executor.cs
r4141 r4170 61 61 Job.JobStopped += new EventHandler(Job_JobStopped); 62 62 Job.JobFailed += new EventHandler(Job_JobFailed); 63 Job.Prepare(); 63 64 Job.Start(); 64 65 }
Note: See TracChangeset
for help on using the changeset viewer.