Class DmsAutomationScriptRunOptions
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Defines the options to execute an Automation Script.
public class DmsAutomationScriptRunOptions
- Inheritance
-
DmsAutomationScriptRunOptions
- Extension Methods
Constructors
Properties
- AgentId
Gets or sets the DataMiner Agent where the script will be executed. If
null
the script will be executed in the agent the method was called.
- CheckSets
Gets or sets a value indicating whether gets after sets will be performed. Default value is
true
.
- ExtendedErrorInfo
Gets or sets a value indicating whether extended error info is desired or not. Default value is
true
.
- ForceLockElements
Gets or sets a value indicating whether lock elements will be forced. Default value is
false
.
- LockElements
Gets or sets a value indicating whether elements will be locked. Default value is
false
.
- UserCookie
Gets or sets the user that will execute the script. If
null
the script will be executed with the user from the object Communication.
- WaitWhenLocked
Gets or sets a value indicating whether wait when locked is enabled. Default value is
true
.