Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/11 11:44:15 (14 years ago)
Author:
ascheibe
Message:

#1233

  • added Pause/Stop/Abort mechanisms to the slave
  • added Pause to Jobs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/SlaveItem.cs

    r5320 r5450  
    9595      try {
    9696        if (pipeFactory.State != CommunicationState.Faulted && pipeFactory.State != CommunicationState.Closed)
    97           pipeProxy.SoftPause();
     97          pipeProxy.StopAll();
    9898      }
    9999      catch (Exception e) {
     
    105105      try {
    106106        if (pipeFactory.State != CommunicationState.Faulted && pipeFactory.State != CommunicationState.Closed)
    107           pipeProxy.HardPause();
     107          pipeProxy.PauseAll();
    108108      }
    109109      catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.