Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
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...
Properties | |
Func< StopRunArgs, Task > | StopRun [set] |
Callback function returning a task that completes once the schedule queue was stopped. | |
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 274 of file MiscInterfaces.cs.
|
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 279 of file MiscInterfaces.cs.