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

Implement this interface if you have messages for our run log. More...

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

Events

Action< string > WriteToRunlog
 Use this event to send output to the Run Control / Runlog page and, if applicable, to the runlog file. More...
 

Detailed Description

Implement this interface if you have messages for our run log.

For multipart devices, this is only active for the base device. Forward your messages accordingly internally, if necessary.

Definition at line 17 of file MiscInterfaces.cs.

Event Documentation

◆ WriteToRunlog

Action<string> AxelSemrau.Chronos.Plugin.IHaveRunlogOutput.WriteToRunlog

Use this event to send output to the Run Control / Runlog page and, if applicable, to the runlog file.

Please restrict yourself to important messages, for simple progress messages use the IProvideStatusMessages interface.

Definition at line 25 of file MiscInterfaces.cs.


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