[This is preliminary documentation and is subject to change.]
The scheduler windows service.
| C# | Visual Basic | Managed C++ | J# |
namespace Scheduler
Namespace Scheduler
namespace Scheduler
package Scheduler
| All Types | Classes | Structures | Interfaces | Enumerations | Delegates |
| Icon | Name | Description |
|---|---|---|
| Event |
Base class for an event
| |
| LogLevelType |
The level of logging.
| |
| LogToProcess |
Represents a log(s) to process. This is done by going to the Directory and running a RegEx
match on all filenames in that directory with SearchString.
| |
| OneTimeEvent |
An event that happens only one time.
| |
| ProjectInstaller |
Installer class.
Project installer class.
| |
| RecurringEvent |
An event that happens over and over on a set schedule.
| |
| RepeatUnitType |
A unit of time.
| |
| Scheduler |
Scheduler class.
Scheduler class.
| |
| Settings |
The Settings class holds all of the settings that tell Scheduler how to run.
|