Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
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, TaskStopRun [set]
 Callback function returning a task that completes once the schedule queue was stopped.
 

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 266 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.

Implemented in MockPlugin.Device.MockDevice, MockPlugin.SampleList.MockSampleListWorker, and MockPlugin.Tasks.ShowSomeGreeting.

Definition at line 271 of file MiscInterfaces.cs.

271{ set; }

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