Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/09 16:55:44 (15 years ago)
Author:
msteinbi
Message:

small refactorings in snapshot and abort functionality (#466)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/JobManager.cs

    r1799 r1811  
    308308          return response; // no commit needed
    309309        }
    310         if (job.State != State.calculating) {
     310        if (job.State != State.calculating && job.State != State.requestSnapshot && job.State != State.requestSnapshotSent) {
    311311          response.Success = false;
    312312          response.StatusMessage = ApplicationConstants.RESPONSE_JOB_IS_NOT_BEEING_CALCULATED;
Note: See TracChangeset for help on using the changeset viewer.