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

Implement this interface with your device or sample list worker to get fine-grained control about stopping a currently running schedule or the complete queue. More...

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

Properties

Func< StopRunArgs, Task > StopRun [set]
 Callback function returning a task that completes once the schedule queue was stopped. More...
 

Detailed Description

Implement this interface with your device or sample list worker to get fine-grained control about stopping a currently running schedule or the complete queue.

Definition at line 265 of file MiscInterfaces.cs.

Property Documentation

◆ StopRun

Func<StopRunArgs, Task> AxelSemrau.Chronos.Plugin.IStopRuns.StopRun
set

Callback function returning a task that completes once the schedule queue was stopped.

Definition at line 270 of file MiscInterfaces.cs.

270 { set; }

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