Changeset 6743 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/DataTransfer/Permission.cs
- Timestamp:
- 09/12/11 18:04:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/DataTransfer/Permission.cs
r6717 r6743 28 28 29 29 /// <summary> 30 /// User can only download and view experiments30 /// User can only download and view jobs 31 31 /// </summary> 32 32 Read, 33 33 34 34 /// <summary> 35 /// User can pause, stop, restart, delete experiment. can also grant other35 /// User can pause, stop, restart, delete job. can also grant other 36 36 /// </summary> 37 37 Full
Note: See TracChangeset
for help on using the changeset viewer.