Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/11 18:04:25 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File:
1 edited

Legend:

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

    r6725 r6743  
    3737    public enum MessageType {
    3838      // *** commands from hive server ***
    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
     39      CalculateTask, // slave should calculate a task. the task is already assigned to the slave
     40      StopTask,   // slave should stop the task and submit results
    4141      StopAll,   // stop all and submit results
    42       AbortTask,  // slave should shut the job down immediately without submitting results
    43       AbortAll,  // slave should abort all jobs immediately
    44       PauseTask,  // pause the job and submit the results   
    45       PauseAll,  // pause all jobs and submit results
     42      AbortTask,  // slave should shut the task down immediately without submitting results
     43      AbortAll,  // slave should abort all task immediately
     44      PauseTask,  // pause the task and submit the results   
     45      PauseAll,  // pause all task and submit results
    4646      Restart,   // restart operation after Sleep
    4747      Sleep,     // disconnect from server, but don't shutdown
    4848      ShutdownSlave,  // slave should shutdown immediately without submitting results
    49       SayHello,  // Slave should say hello, because he is unknown to the server
     49      SayHello,  // Slave should say hello, because job is unknown to the server
    5050    };
    5151
Note: See TracChangeset for help on using the changeset viewer.