C# Class SecureDelete.Schedule.PowerTaskController

Inheritance: ITaskController
ファイルを表示 Open project: gratianlup/SecureDelete

Public Methods

Method Description
PowerTaskController ( ) : System
PowerTaskController ( TaskManager parent ) : System
PowerTaskController ( TaskManager parent, Control baseControl ) : System
TaskStarted ( ScheduledTask task ) : void
TaskStopped ( ScheduledTask task, int remaining ) : void

Private Methods

Method Description
PowerNotificationHandler ( object sender, EventArgs e ) : void

Method Details

PowerTaskController() public method

public PowerTaskController ( ) : System
return System

PowerTaskController() public method

public PowerTaskController ( TaskManager parent ) : System
parent TaskManager
return System

PowerTaskController() public method

public PowerTaskController ( TaskManager parent, Control baseControl ) : System
parent TaskManager
baseControl System.Windows.Forms.Control
return System

TaskStarted() public method

public TaskStarted ( ScheduledTask task ) : void
task ScheduledTask
return void

TaskStopped() public method

public TaskStopped ( ScheduledTask task, int remaining ) : void
task ScheduledTask
remaining int
return void