Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/11 11:44:15 (14 years ago)
Author:
ascheibe
Message:

#1233

  • added Pause/Stop/Abort mechanisms to the slave
  • added Pause to Jobs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/MessageContainer.cs

    r5404 r5450  
    3737      CalculateJob, // slave should calculate a job. the job is already assigned to the slave
    3838      StopJob,   // slave should stop the job and submit results
     39      StopAll,   // stop all and submit results
    3940      AbortJob,  // slave should shut the job down immediately without submitting results
    40       PauseJob,  // pause the job and submit the results
    41       SoftPause,      // slave should stop all jobs, submit results and pause
    42       HardPause,      // abort jobs and pause
     41      AbortAll,  // slave should abort all jobs immediately
     42      PauseJob,  // pause the job and submit the results   
     43      PauseAll,  // pause all jobs and submit results
    4344      Restart,        //restart operation after Soft/HardPause
    4445      ShutdownSlave,  // slave should shutdown immediately without submitting results
Note: See TracChangeset for help on using the changeset viewer.