Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/09 16:22:59 (15 years ago)
Author:
msteinbi
Message:

Implementing Lifecycle Management (#453)

Location:
trunk/sources/HeuristicLab.Hive.Contracts
Files:
2 edited

Legend:

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

    r1086 r1096  
    4747    public static string RESPONSE_COMMUNICATOR_NO_JO_WITH_THIS_ID = "Communicator.NoJobWithThisId";
    4848    public static string RESPONSE_COMMUNICATOR_WRONG_JOB_STATE = "Communicator.WrongJobState";
     49    public static string RESPONSE_COMMUNICATOR_USER_NOT_LOGGED_IN = "Communicator.UserNotLoggedIn";
    4950
    5051    public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs";
  • trunk/sources/HeuristicLab.Hive.Contracts/HiveServerMessages.resx

    r1024 r1096  
    226226    <value>The state of the job must be offline</value>
    227227  </data>
     228  <data name="Communicator.UserNotLoggedIn" xml:space="preserve">
     229    <value>User is not logged in, you must login before sending Heartbeats</value>
     230  </data>
    228231</root>
Note: See TracChangeset for help on using the changeset viewer.