C# Class Batman.Core.Tasks.TaskManager

Task manager
Show file Open project: JaCraig/Batman Class Usage Examples

Public Methods

Method Description
Run ( RunTime TimeToRun ) : void

Runs the tasks associated with the run time specified

TaskManager ( ) : System

Constructor

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

Run() public method

Runs the tasks associated with the run time specified
public Run ( RunTime TimeToRun ) : void
TimeToRun RunTime Time to run
return void

TaskManager() public method

Constructor
public TaskManager ( ) : System
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string