Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnoopingTask Interface Reference

Implement this interface with your task to get information about your surroundings in the method editor. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnoopingTask:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnoopingTask:

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)
 

Detailed Description

Implement this interface with your task to get information about your surroundings in the method editor.

Definition at line 6 of file IMethodEditorSnoopingTask.cs.

Property Documentation

◆ MethodEditorSnooper

IMethodEditorSnooper AxelSemrau.Chronos.Plugin.MethodEditor.IMethodEditorSnoopingTask.MethodEditorSnooper
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.

12{ set; }

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