source:
trunk/sources/HeuristicLab.Hive.Client.Core/ConfigurationManager/ClientStatusInfo.cs
@
1416
Last change on this file since 1416 was 932, checked in by kgrading, 16 years ago | |
---|---|
File size: 409 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace HeuristicLab.Hive.Client.Core.ConfigurationManager { |
7 | public class ClientStatusInfo { |
8 | static public int JobsProcessed { get; set; } |
9 | static public int JobsAborted { get; set; } |
10 | static public int JobsFetched { get; set; } |
11 | static public DateTime LoginTime { get; set; } |
12 | |
13 | } |
14 | } |
Note: See TracBrowser
for help on using the repository browser.