Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
For tasks that try to do some special actions during schedule demo execution. More...
Public Member Functions | |
void | DemoExecute () |
Will be called when the task is executed in demo mode. | |
Public Member Functions inherited from AxelSemrau.Chronos.Plugin.ITask | |
void | PreValidate () |
Called before the schedule construction is completed. | |
void | PostValidate () |
Called after the schedule construction is completed. | |
void | Execute () |
Do whatever you have to do with your parameters. | |
string | GetTaskAction () |
Description of the tasks's action (for hints/time table) | |
For tasks that try to do some special actions during schedule demo execution.
Definition at line 62 of file TaskInterfaces.cs.
void AxelSemrau.Chronos.Plugin.IDemoAwareTask.DemoExecute | ( | ) |
Will be called when the task is executed in demo mode.
Implemented in MockPlugin.Tasks.ShowSomeGreeting.