Table of Contents

Method ShowProgress

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

ShowProgress(string)

Displays a progress message during the execution of an interactive Automation script.

void ShowProgress(string uiData)

Parameters

uiData string

The UI data.

Examples

string progress = "Session is successfully booked.";
engine.ShowProgress(progress);

Exceptions

InteractiveUserDetachedException

The interactive client was detached.