C# 클래스 SonOfSirCachealot.ThreadMonitor

파일 보기 프로젝트 열기: ColdMatter/EDMSuite

공개 메소드들

메소드 설명
ClearStats ( ) : void
GetStats ( ) : string
IsFinished ( ) : bool
JobFinished ( ) : void
JobStarted ( ) : void
SetQueueLength ( int l ) : void

비공개 메소드들

메소드 설명
EstimateFinishTime ( ) : System.TimeSpan
UpdateProgressUntilFinished ( ) : void

메소드 상세

ClearStats() 공개 메소드

public ClearStats ( ) : void
리턴 void

GetStats() 공개 메소드

public GetStats ( ) : string
리턴 string

IsFinished() 공개 메소드

public IsFinished ( ) : bool
리턴 bool

JobFinished() 공개 메소드

public JobFinished ( ) : void
리턴 void

JobStarted() 공개 메소드

public JobStarted ( ) : void
리턴 void

SetQueueLength() 공개 메소드

public SetQueueLength ( int l ) : void
l int
리턴 void