Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/16/09 17:33:09 (15 years ago)
Author:
msteinbi
Message:

added request and abort snapshot (#572)

File:
1 edited

Legend:

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

    r1530 r1577  
    8484    public static string RESPONSE_JOB_JOB_REMOVED = "Job.JobRemoved";
    8585    public static string RESPONSE_JOB_JOBSTATE_MUST_BE_OFFLINE = "Job.JobStateMustBeOffline";
     86    public static string RESPONSE_JOB_IS_NOT_BEEING_CALCULATED = "Job.IsNotBeeingCalculated";
    8687    public static string RESPONSE_JOB_JOB_RESULT_SENT = "Job.JobResultSent";
     88    public static string RESPONSE_JOB_REQUEST_ALLREADY_SET = "Job.RequestAllreadySet";
     89    public static string RESPONSE_JOB_ABORT_REQUEST_ALLREADY_SET = "Job.AbortRequestAllreadySet";
     90    public static string RESPONSE_JOB_REQUEST_SET = "Job.RequestSet";
     91    public static string RESPONSE_JOB_ABORT_REQUEST_SET = "Job.AbortRequestSet";
    8792  }
    8893}
Note: See TracChangeset for help on using the changeset viewer.