Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/29/09 13:46:38 (15 years ago)
Author:
msteinbi
Message:

new methods for project within job manager (#466)

File:
1 edited

Legend:

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

    r1824 r1948  
    9696    public static string RESPONSE_JOB_ABORT_REQUEST_SET = "Job.AbortRequestSet";
    9797    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";
    98102  }
    99103}
Note: See TracChangeset for help on using the changeset viewer.