Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface if you want to run a method from within your task. More...
Properties | |
Func< MethodLaunchEventArgs, Task > | CreatePlanerFromMethod [set] |
Call this function to create a task planer containing a single method from your code. | |
Implement this interface if you want to run a method from within your task.
Currently only supported for use from within tasks. If needed, something like a per-device standby / error method could be possible.
Definition at line 178 of file MiscInterfaces.cs.
|
set |
Call this function to create a task planer containing a single method from your code.
Suggested usage:
Definition at line 188 of file MiscInterfaces.cs.