Method GenerateInformation
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GenerateInformation(string)
Generates an information message with the specified text.
public void GenerateInformation(string text)
Parameters
text
stringMessage to be shown in the information message.
Examples
engine.GenerateInformation("Hello World!");
Remarks
In DataMiner 10.4.0 [CU10]/10.5.1 (RN 41195), some changes are introduced in the locking behavior of this Automation script action. From these versions onward, text that supports the dummy placeholder will display the old element name if it is updated during the execution of a script, or it will still display the element name even if the element has been deleted in the meantime.
Exceptions
- DataMinerException
Information event generation failed.