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
stringThe UI data.
Examples
string progress = "Session is successfully booked.";
engine.ShowProgress(progress);
Exceptions
- InteractiveUserDetachedException
The interactive client was detached.