- Timestamp:
- 03/23/10 10:50:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/ApplicationConstants.cs
r2005 r3203 82 82 public static string RESPONSE_COMMUNICATOR_JOB_WAS_ABORTED = "Job was aborted"; 83 83 84 public static string RESPONSE_COMMUNICATOR_FETCH_OR_FORCEFETCH_CALENDAR = 85 "new Calendar must be fetched / force fetched"; 86 84 87 public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs"; 85 88 public static string RESPONSE_JOB_GET_JOB_BY_ID = "Job.GetJobById"; … … 101 104 public static string RESPONSE_JOB_PROJECT_DOESNT_EXIST = "The specified project doesn't exist"; 102 105 public static string RESPONSE_JOB_PROJECT_DELETED = "The project was sucessfully deleted"; 106 107 public static string RESPONSE_UPTIMECALENDAR_NO_CALENDAR_FOUND = "No Calendar could be found anywhere in the tree"; 108 public static string RESPONSE_UPTIMECALENDAR_STATUS_UPDATED = "Calendar status has been updated"; 103 109 } 104 110 }
Note: See TracChangeset
for help on using the changeset viewer.