C# Class HomeAutomation.Core.Scheduler.ScheduledTaskRunner

Provides a simple way of running scheduled tasks.
Inheritance: IRunnable
Afficher le fichier Open project: moszinet/HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
ScheduledTaskRunner ( List taskList ) : System
Start ( ) : void

Starts the runloop.

Step ( ) : void
Stop ( ) : void

Stops the run loop.

Private Methods

Méthode Description
TaskListChanged ( ) : void

Method Details

ScheduledTaskRunner() public méthode

public ScheduledTaskRunner ( List taskList ) : System
taskList List
Résultat System

Start() public méthode

Starts the runloop.
public Start ( ) : void
Résultat void

Step() public méthode

public Step ( ) : void
Résultat void

Stop() public méthode

Stops the run loop.
public Stop ( ) : void
Résultat void