Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/08/11 16:38:28 (13 years ago)
Author:
ascheibe
Message:

#1233 more renaming for more consistency

File:
1 edited

Legend:

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

    r6721 r6725  
    3737    public enum MessageType {
    3838      // *** commands from hive server ***
    39       CalculateJob, // slave should calculate a job. the job is already assigned to the slave
    40       StopJob,   // slave should stop the job and submit results
     39      CalculateTask, // slave should calculate a job. the job is already assigned to the slave
     40      StopTask,   // slave should stop the job and submit results
    4141      StopAll,   // stop all and submit results
    42       AbortJob,  // slave should shut the job down immediately without submitting results
     42      AbortTask,  // slave should shut the job down immediately without submitting results
    4343      AbortAll,  // slave should abort all jobs immediately
    44       PauseJob,  // pause the job and submit the results   
     44      PauseTask,  // pause the job and submit the results   
    4545      PauseAll,  // pause all jobs and submit results
    4646      Restart,   // restart operation after Sleep
Note: See TracChangeset for help on using the changeset viewer.