Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/03/09 14:22:14 (15 years ago)
Author:
msteinbi
Message:

Added Interfaces for Execution Engine (#572)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IJobManager.cs

    r1449 r1509  
    4040    Response RemoveJob(Guid jobId);
    4141    [OperationContract]
    42     ResponseObject<JobResult> GetLastJobResultOf(Guid jobId);
     42    ResponseObject<JobResult> GetLastJobResultOf(Guid jobId, bool requested);
     43    [OperationContract]
     44    Response RequestSnapshot(Guid jobId);
     45    [OperationContract]
     46    Response AbortJob(Guid jobId);
    4347  }
    4448}
Note: See TracChangeset for help on using the changeset viewer.