Changeset 6725 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/WcfService.cs
- Timestamp:
- 09/08/11 16:38:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/WcfService.cs
r6721 r6725 70 70 71 71 /// <summary> 72 /// Uploads the jobData and sets a new jobState (while correctly setting Transferring state)72 /// Uploads the taskData and sets a new jobState (while correctly setting Transferring state) 73 73 /// </summary> 74 74 public void UpdateJobData(Task job, TaskData jobData, Guid slaveId, TaskState state, string exception = "") {
Note: See TracChangeset
for help on using the changeset viewer.