Enum AutomationScriptOptions
[Serializable]
[Flags]
public enum AutomationScriptOptions
Fields
ForceLock = 2
When a lock is held by another user/process, take it away by force (in combination with AUTOMATION_LOCK)
Lock = 1
Lock elements used by script.
NoWait = 4
Instead of waiting when an element is in use by another script or locked, fail immediately.
None = 0
None.