Property WaitWhenLocked
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
WaitWhenLocked
Gets or sets a value indicating whether the script will delay execution instead of failing when another script is running on the same element or when the element is locked by another user.
public bool WaitWhenLocked { get; set; }
Property Value
- bool
trueif the script will delay execution instead of failing when another script is running on the same element or when the element is locked by another user; otherwise,false.