- Timestamp:
- 03/27/09 14:04:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/ClientConsoleService/TransferObjects/JobStatus.cs
r1132 r1449 33 33 /// </summary> 34 34 [DataMember] 35 public longJobId { get; set; }35 public Guid JobId { get; set; } 36 36 /// <summary> 37 37 /// When has the calculation of the Job begun?
Note: See TracChangeset
for help on using the changeset viewer.