Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/08 15:50:22 (16 years ago)
Author:
msteinbi
Message:

Implementation of JobManager (#431)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/ApplicationConstants.cs

    r947 r967  
    4141    public static string RESPONSE_COMMUNICATOR_NO_JOBS_LEFT = "Communicator.NoJobsLeft";
    4242
     43    public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs";
     44    public static string RESPONSE_JOB_ID_MUST_NOT_BE_SET = "Job.IdMustNotBeSet";
     45    public static string RESPONSE_JOB_JOB_ADDED = "Job.JobAdded";
     46    public static string RESPONSE_JOB_JOB_NULL = "Job.JobNull";
     47    public static string RESPONSE_JOB_JOB_DOESNT_EXIST = "JobDoesntExist";
     48    public static string RESPONSE_JOB_JOB_REMOVED = "Job.JobRemoved";
    4349  }
    4450}
Note: See TracChangeset for help on using the changeset viewer.