Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/09 16:55:47 (16 years ago)
Author:
kgrading
Message:

changed job restart behaviour - the job will now be restarted when the serialization is done, not before (#571)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.ExecutionEngine/3.2/Executor.cs

    r1655 r1812  
    6565    }
    6666
     67    public void StartOnlyJob() {
     68      Job.Start();
     69    }
     70
    6771    public void Abort() {
    6872      CurrentMessage = MessageContainer.MessageType.AbortJob;
     
    8993        byte[] job = SerializeJobObject();       
    9094        // Restart the job
    91         Job.Start();
    9295        // Return the Snapshot
    9396        return job;
Note: See TracChangeset for help on using the changeset viewer.