Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IScheduleStateAware Interface Reference

Implement this interface if you need to track the state of schedules. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IScheduleStateAware:

Properties

IScheduleEvents ScheduleEvents [set]
 Hook up immediately or save this for later use. More...
 

Detailed Description

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 147 of file MiscInterfaces.cs.

Property Documentation

◆ ScheduleEvents

IScheduleEvents AxelSemrau.Chronos.Plugin.IScheduleStateAware.ScheduleEvents
set

Hook up immediately or save this for later use.

Definition at line 152 of file MiscInterfaces.cs.

152 { set; }

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