Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/09 14:53:13 (16 years ago)
Author:
msteinbi
Message:

Implementing Lifecycle Management (#453)

File:
1 edited

Legend:

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

    r1103 r1133  
    5151      long jobId,
    5252      byte[] result,
     53      double percentage,
    5354      Exception exception,
    5455      bool finished) {
    55       return clientCommunicator.SendJobResult(clientId, jobId, result, exception, finished);
     56      return clientCommunicator.SendJobResult(clientId, jobId, result, percentage, exception, finished);
    5657    }
    5758
Note: See TracChangeset for help on using the changeset viewer.