Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface if you have to access other tasks within the schedule. More...
Properties | |
IInspectJob | JobInspector [set] |
The JobInspector lets you see information about other tasks and their properties. | |
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) | |
Implement this interface if you have to access other tasks within the schedule.
Definition at line 483 of file TaskInterfaces.cs.
|
set |
The JobInspector lets you see information about other tasks and their properties.
Implemented in MockPlugin.Tasks.JobInspectionDemo.
Definition at line 488 of file TaskInterfaces.cs.