Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/10 15:31:15 (14 years ago)
Author:
cneumuel
Message:
  • reorganized HiveExperiment code
  • disabled snapshot-functionality... this needs more refactoring serverside
  • added short documentation which explains how to use hive
  • some minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/JobManager.cs

    r4170 r4173  
    235235    // [chn] [refactor] why does this method handle 3 different cases? wouldn't 3 methods be easier?
    236236    //Requested means: there MUST be a job result which gets sent back
     237    // requested==true: resultat mit job
     238    // requested==false:
    237239    public ResponseObject<SerializedJob> GetLastSerializedJobResultOf(Guid jobId, bool requested, bool snapshot) {
    238240      ResponseObject<SerializedJob> response = new ResponseObject<SerializedJob>();
Note: See TracChangeset for help on using the changeset viewer.