Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/10 22:16:04 (14 years ago)
Author:
kgrading
Message:

#828 added various improvements to the plugin cache manager, the execution engine, the transaction handling on the serverside and the server console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/sources/HeuristicLab.Hive.Server.Core/3.2/ExecutionEngineFacade.cs

    r3220 r4042  
    5353
    5454    public ResponseObject<SerializedJob>
    55       GetLastSerializedResult(Guid jobId, bool requested) {
    56       return jobManager.GetLastSerializedJobResultOf(jobId, requested);
     55      GetLastSerializedResult(Guid jobId, bool requested, bool snapshot) {
     56      return jobManager.GetLastSerializedJobResultOf(jobId, requested, snapshot);
    5757    }
    5858
Note: See TracChangeset for help on using the changeset viewer.