Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
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.
 

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

Property Documentation

◆ ScheduleEvents

IScheduleEvents AxelSemrau.Chronos.Plugin.IScheduleStateAware.ScheduleEvents
set

Hook up immediately or save this for later use.

Implemented in MockPlugin.Device.MockDevice.

Definition at line 153 of file MiscInterfaces.cs.

153{ set; }

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