Method AddProgressLine
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
AddProgressLine(string)
Adds the provided text on a new line to the current progress.
public void AddProgressLine(string text)
Parameters
text
stringIndication of the progress made. This will be placed on a separate line.