Changeset 6725 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/MessageContainer.cs
- Timestamp:
- 09/08/11 16:38:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/MessageContainer.cs
r6721 r6725 37 37 public enum MessageType { 38 38 // *** commands from hive server *** 39 Calculate Job, // slave should calculate a job. the job is already assigned to the slave40 Stop Job, // slave should stop the job and submit results39 CalculateTask, // slave should calculate a job. the job is already assigned to the slave 40 StopTask, // slave should stop the job and submit results 41 41 StopAll, // stop all and submit results 42 Abort Job, // slave should shut the job down immediately without submitting results42 AbortTask, // slave should shut the job down immediately without submitting results 43 43 AbortAll, // slave should abort all jobs immediately 44 Pause Job, // pause the job and submit the results44 PauseTask, // pause the job and submit the results 45 45 PauseAll, // pause all jobs and submit results 46 46 Restart, // restart operation after Sleep
Note: See TracChangeset
for help on using the changeset viewer.