Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/11 16:49:22 (14 years ago)
Author:
ascheibe
Message:

#1233

  • added Sleep cmd
  • adapted gui for new cmds
File:
1 edited

Legend:

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

    r5450 r5451  
    4242      PauseJob,  // pause the job and submit the results   
    4343      PauseAll,  // pause all jobs and submit results
    44       Restart,        //restart operation after Soft/HardPause
     44      Restart,   // restart operation after Sleep
     45      Sleep,     // disconnect from server, but don't shutdown
    4546      ShutdownSlave,  // slave should shutdown immediately without submitting results
    4647      SayHello,  // Slave should say hello, because he is unknown to the server
Note: See TracChangeset for help on using the changeset viewer.