Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface with your task to get information about your surroundings in the method editor. More...
Properties | |
IMethodEditorSnooper | MethodEditorSnooper [set] |
When your task is used in the method editor, this property will be set by Chronos. | |
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 with your task to get information about your surroundings in the method editor.
Definition at line 6 of file IMethodEditorSnoopingTask.cs.
|
set |
When your task is used in the method editor, this property will be set by Chronos.
Implemented in MockPlugin.Tasks.MockMethodEditorSnoopingTask.
Definition at line 12 of file IMethodEditorSnoopingTask.cs.