Method GenerateInformation
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GenerateInformation(string)
Generates an information message with the specified text.
void GenerateInformation(string text)
Parameters
text
stringMessage to be shown in the information message.
Examples
engine.GenerateInformation("Hello World!");
Exceptions
- DataMinerException
Information event generation failed.