Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/11 20:03:46 (14 years ago)
Author:
ascheibe
Message:

#1233

  • added ItemView and Item for the Slave
  • added a Tray Icon App for data visualization and control of the slave windows service
  • added control methods to SlaveCommunication for controlling the slave core
  • fixed typo in namespace
File:
1 edited

Legend:

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

    r5137 r5314  
    3939      AbortJob,  // slave should shut the job down immediately without submitting results
    4040      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
    4244      ShutdownSlave,  // slave should shutdown immediately without submitting results
    4345      SayHello,  // Slave should say hello, because he is unknown to the server
Note: See TracChangeset for help on using the changeset viewer.