Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface if you need to track the state of schedules. More...
Properties | |
IScheduleEvents | ScheduleEvents [set] |
Hook up immediately or save this for later use. | |
Implement this interface if you need to track the state of schedules.
Currently supported for tasks and devices, could be added for other object types on demand.
Definition at line 148 of file MiscInterfaces.cs.
|
set |
Hook up immediately or save this for later use.
Implemented in MockPlugin.Device.MockDevice.
Definition at line 153 of file MiscInterfaces.cs.