Method KeepAlive
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
KeepAlive()
Resets the timeout timer, extending the time the Automation script is allowed to execute. The time can be specified via the Timeout property.
public void KeepAlive()
Remarks
When a script reaches the timeout, a ScriptTimeoutException will be thrown to stop the execution.