Table of Contents

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 string

Message to be shown in the information message.

Examples

engine.GenerateInformation("Hello World!");

Exceptions

DataMinerException

Information event generation failed.