Changeset 5450 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ServiceContracts
- Timestamp:
- 02/07/11 11:44:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/ServiceContracts/ISlaveCommunication.cs
r5314 r5450 34 34 35 35 36 //commands from gui to slave core37 36 [OperationContract] 38 37 void Restart(); 39 38 40 39 [OperationContract] 41 void HardPause();40 void PauseAll(); 42 41 43 42 [OperationContract] 44 void SoftPause(); 43 void StopAll(); 44 45 [OperationContract] 46 void AbortAll(); 45 47 46 48 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.