Method Restart
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
Restart()
Restarts the element that is linked to the dummy.
public virtual void Restart()
Examples
Element element = engine.FindElement(400, 2000);
element.Restart();