Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/10 10:50:26 (14 years ago)
Author:
kgrading
Message:

implemented the server on the client, using push & force push, added refresh buttons, added auto calender methods that traverse the tree... (#908)

File:
1 edited

Legend:

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

    r2005 r3203  
    8282    public static string RESPONSE_COMMUNICATOR_JOB_WAS_ABORTED = "Job was aborted";
    8383
     84    public static string RESPONSE_COMMUNICATOR_FETCH_OR_FORCEFETCH_CALENDAR =
     85      "new Calendar must be fetched / force fetched";
     86
    8487    public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs";
    8588    public static string RESPONSE_JOB_GET_JOB_BY_ID = "Job.GetJobById";
     
    101104    public static string RESPONSE_JOB_PROJECT_DOESNT_EXIST = "The specified project doesn't exist";
    102105    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";
    103109  }
    104110}
Note: See TracChangeset for help on using the changeset viewer.