Changeset 5314 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/MessageContainer.cs
- Timestamp:
- 01/17/11 20:03:46 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/MessageContainer.cs
r5137 r5314 39 39 AbortJob, // slave should shut the job down immediately without submitting results 40 40 PauseJob, // pause the job and submit the results 41 StopSlave, // slave should stop all jobs, submit results and shut itself down 41 SoftPause, // slave should stop all jobs, submit results and pause 42 HardPause, // abort jobs and pause 43 Restart, //restart operation after Soft/HardPause 42 44 ShutdownSlave, // slave should shutdown immediately without submitting results 43 45 SayHello, // Slave should say hello, because he is unknown to the server
Note: See TracChangeset
for help on using the changeset viewer.