C# Class SonOfSirCachealot.ThreadMonitor

Afficher le fichier Open project: ColdMatter/EDMSuite

Méthodes publiques

Méthode Description
ClearStats ( ) : void
GetStats ( ) : string
IsFinished ( ) : bool
JobFinished ( ) : void
JobStarted ( ) : void
SetQueueLength ( int l ) : void

Private Methods

Méthode Description
EstimateFinishTime ( ) : System.TimeSpan
UpdateProgressUntilFinished ( ) : void

Method Details

ClearStats() public méthode

public ClearStats ( ) : void
Résultat void

GetStats() public méthode

public GetStats ( ) : string
Résultat string

IsFinished() public méthode

public IsFinished ( ) : bool
Résultat bool

JobFinished() public méthode

public JobFinished ( ) : void
Résultat void

JobStarted() public méthode

public JobStarted ( ) : void
Résultat void

SetQueueLength() public méthode

public SetQueueLength ( int l ) : void
l int
Résultat void