Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Do not implement this interface. More...
Additional Inherited Members | |
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) | |
Properties inherited from AxelSemrau.Chronos.Plugin.IPluginAdapter< ITask > | |
TPluginInterface | Plugin [get] |
Get the inner, plugin defined part of the object. | |
Do not implement this interface.
It is just a convenient way to access the plugin task object in cases where you are handed the Chronos internal wrapper instead. This can happen when you inspect tasks in a schedule or in the editor context.
Definition at line 53 of file TaskInterfaces.cs.