C# Class SonOfSirCachealot.ThreadMonitor

Mostra file Open project: ColdMatter/EDMSuite

Public Methods

Method Description
ClearStats ( ) : void
GetStats ( ) : string
IsFinished ( ) : bool
JobFinished ( ) : void
JobStarted ( ) : void
SetQueueLength ( int l ) : void

Private Methods

Method Description
EstimateFinishTime ( ) : System.TimeSpan
UpdateProgressUntilFinished ( ) : void

Method Details

ClearStats() public method

public ClearStats ( ) : void
return void

GetStats() public method

public GetStats ( ) : string
return string

IsFinished() public method

public IsFinished ( ) : bool
return bool

JobFinished() public method

public JobFinished ( ) : void
return void

JobStarted() public method

public JobStarted ( ) : void
return void

SetQueueLength() public method

public SetQueueLength ( int l ) : void
l int
return void