C# Class MTMCL.Task.TaskListBar

TaskListBar.xaml 的互動邏輯
Inheritance: System.Windows.Controls.Button, IDisposable
Mostra file Open project: cvronmin/metocraft Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
TaskListBar ( ) : System
TaskListBar ( Thread task ) : System
countTime ( ) : TaskListBar
isFinished ( ) : bool
log ( string log ) : TaskListBar
needDetectAlive ( ) : bool
noticeFailed ( ) : void
noticeFinished ( ) : void
noticeNotFinish ( ) : void
setDetectAlive ( bool flag ) : TaskListBar
setSubProcess ( Process task ) : TaskListBar
setTask ( string name ) : TaskListBar
setTaskStatus ( string status ) : TaskListBar
setThread ( MTMCLThread task ) : TaskListBar
setThread ( Thread task ) : TaskListBar
stopCountTime ( ) : TaskListBar

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
noticeExisted ( ) : void
timer_Tick ( object sender, EventArgs e ) : void
toGoodString ( int i ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TaskListBar() public method

public TaskListBar ( ) : System
return System

TaskListBar() public method

public TaskListBar ( Thread task ) : System
task Thread
return System

countTime() public method

public countTime ( ) : TaskListBar
return TaskListBar

isFinished() public method

public isFinished ( ) : bool
return bool

log() public method

public log ( string log ) : TaskListBar
log string
return TaskListBar

needDetectAlive() public method

public needDetectAlive ( ) : bool
return bool

noticeFailed() public method

public noticeFailed ( ) : void
return void

noticeFinished() public method

public noticeFinished ( ) : void
return void

noticeNotFinish() public method

public noticeNotFinish ( ) : void
return void

setDetectAlive() public method

public setDetectAlive ( bool flag ) : TaskListBar
flag bool
return TaskListBar

setSubProcess() public method

public setSubProcess ( Process task ) : TaskListBar
task System.Diagnostics.Process
return TaskListBar

setTask() public method

public setTask ( string name ) : TaskListBar
name string
return TaskListBar

setTaskStatus() public method

public setTaskStatus ( string status ) : TaskListBar
status string
return TaskListBar

setThread() public method

public setThread ( MTMCLThread task ) : TaskListBar
task MTMCL.Threads.MTMCLThread
return TaskListBar

setThread() public method

public setThread ( Thread task ) : TaskListBar
task Thread
return TaskListBar

stopCountTime() public method

public stopCountTime ( ) : TaskListBar
return TaskListBar