Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/14/09 16:05:26 (16 years ago)
Author:
svonolfe
Message:

Added execution engine facade (#465)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r1119 r1120  
    170170            engine.JobId = e.Result.Job.Id;
    171171            engine.Queue = MessageQueue.GetInstance();
    172             engine.Start(e.Result.SerializedJob);
     172            engine.Start(e.Result.Job.SerializedJob);
    173173            engines.Add(e.Result.Job.Id, engine);
    174174
Note: See TracChangeset for help on using the changeset viewer.