Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface if you have messages for our run log. More...
Events | |
Action< string > | WriteToRunlog |
Use this event to send output to the Run Control / Runlog page and, if applicable, to the runlog file. | |
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 18 of file MiscInterfaces.cs.
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 26 of file MiscInterfaces.cs.