Changeset 5636 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 03/08/11 14:54:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs
r5633 r5636 43 43 [OperationContract] 44 44 void DeleteChildJobs(Guid parentJobId); 45 46 [OperationContract] 47 Job UpdateJobState(Guid jobId, JobState jobState, Guid? slaveId, Guid? userId, string exception); 45 48 #endregion 46 49 … … 143 146 144 147 [OperationContract] 145 void TriggerLifecycle( );148 void TriggerLifecycle(bool force); 146 149 #endregion 147 150
Note: See TracChangeset
for help on using the changeset viewer.