Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/11 14:54:17 (14 years ago)
Author:
cneumuel
Message:

#1233

  • updated jobstates documentation
  • enhanced ganttChart
  • fixed setting of jobstates
  • added option to force lifecycle-trigger (mainly for testing purposes)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/Mocks/MockHiveService.cs

    r5633 r5636  
    169169      // do nothing
    170170    }
     171
     172    public Job UpdateJobState(Guid jobId, JobState jobState, Guid? slaveId, Guid? userId, string exception) {
     173      throw new NotImplementedException();
     174    }
    171175    #endregion
    172176
     
    337341
    338342    #region Lifecycle Methods
    339     public void TriggerLifecycle() {
    340       throw new NotImplementedException();
    341     }
    342     #endregion
    343 
     343    public void TriggerLifecycle(bool force) {
     344      throw new NotImplementedException();
     345    }
     346    #endregion
    344347    #region Appointment Methods
    345348    public Guid AddAppointment(Appointment appointment) {
Note: See TracChangeset for help on using the changeset viewer.