Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/07/09 14:29:14 (15 years ago)
Author:
aleitner
Message:

set used cores in testjob, logged in response involved (#600)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Console/3.2/HiveServerManagementConsole.cs

    r1723 r1753  
    3131using HeuristicLab.Hive.Contracts.BusinessObjects;
    3232using HeuristicLab.Hive.Contracts;
     33using System.Threading;
    3334
    3435namespace HeuristicLab.Hive.Server.ServerConsole {
     
    5758    private Job currentJob = null;
    5859    private ClientInfo currentClient = null;
     60   
    5961    TreeNode currentNode = null;
    6062
     
    254256      }
    255257      tvClientControl.ExpandAll();
    256     }
     258      Thread.Sleep(5000);
     259    }
     260
    257261
    258262    private void AddClientOrGroup(ClientGroup clientGroup, TreeNode currentNode) {
     
    419423        pbJobControl.Image = ilLargeImgJob.Images[0];
    420424      }
     425
    421426      lblJobName.Text = currentJob.Id.ToString();
    422427      progressJob.Value = (int)(currentJob.Percentage * 100);
Note: See TracChangeset for help on using the changeset viewer.