Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/11 18:04:25 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/DataTransfer/Heartbeat.cs

    r6717 r6743  
    3535    public int FreeCores { get; set; }
    3636    [DataMember]
    37     public Dictionary<Guid, TimeSpan> JobProgress { get; set; } // TODO: define Type
     37    public Dictionary<Guid, TimeSpan> JobProgress { get; set; }
    3838    [DataMember]
    39     public bool AssignJob { get; set; } // if false, the server will not assign a new job
     39    public bool AssignJob { get; set; } // if false, the server will not assign a new task
    4040    [DataMember]
    4141    public float CpuUtilization { get; set; }
Note: See TracChangeset for help on using the changeset viewer.