Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IDemoAwareTask Interface Reference

For tasks that try to do some special actions during schedule demo execution. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IDemoAwareTask:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.IDemoAwareTask:

Public Member Functions

void DemoExecute ()
 Will be called when the task is executed in demo mode. More...
 
- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.ITask
void PreValidate ()
 Called before the schedule construction is completed. More...
 
void PostValidate ()
 Called after the schedule construction is completed. More...
 
void Execute ()
 Do whatever you have to do with your parameters. More...
 
string GetTaskAction ()
 Description of the tasks's action (for hints/time table) More...
 

Detailed Description

For tasks that try to do some special actions during schedule demo execution.

Definition at line 59 of file TaskInterfaces.cs.

Member Function Documentation

◆ DemoExecute()

void AxelSemrau.Chronos.Plugin.IDemoAwareTask.DemoExecute ( )

Will be called when the task is executed in demo mode.

Implemented in MockPlugin.Tasks.ShowSomeGreeting.


The documentation for this interface was generated from the following file: