Changeset 1948 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 05/29/09 13:46:38 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/ApplicationConstants.cs
r1824 r1948 96 96 public static string RESPONSE_JOB_ABORT_REQUEST_SET = "Job.AbortRequestSet"; 97 97 public static string RESPONSE_JOB_RESULT_NOT_YET_HERE = "Requested job result is not yet finished"; 98 public static string RESPONSE_JOB_PROJECT_NAME_EMPTY = "Please specifiy a project name"; 99 public static string RESPONSE_JOB_PROJECT_ADDED = "Project successfully added"; 100 public static string RESPONSE_JOB_PROJECT_DOESNT_EXIST = "The specified project doesn't exist"; 101 public static string RESPONSE_JOB_PROJECT_DELETED = "The project was sucessfully deleted"; 98 102 } 99 103 }
Note: See TracChangeset
for help on using the changeset viewer.