Changeset 1813
- Timestamp:
- 05/14/09 16:56:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/ApplicationConstants.cs
r1811 r1813 79 79 public static string RESPONSE_COMMUNICATOR_SEND_JOBRESULT = "Please send the Jobresult to the server"; 80 80 public static string RESPONSE_COMMUNICATOR_PLUGINS_SENT = "Communicator.PluginsSent"; 81 public static stri gnRESPONSE_COMMUNICATOR_JOB_WAS_ABORTED = "Job was aborted";81 public static string RESPONSE_COMMUNICATOR_JOB_WAS_ABORTED = "Job was aborted"; 82 82 83 83 public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs";
Note: See TracChangeset
for help on using the changeset viewer.