Enum DmsSchedulerScriptRunFlags
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents flags for running automation scripts from a schedule task.
[Flags]
public enum DmsSchedulerScriptRunFlags
- Extension Methods
Fields
ForceLock = 2When a lock is held by another user/process, take it away by force.
Lock = 1Locks elements used by script.
NoWait = 4Instead of waiting when an element is in use by another script or locked, fail immediately.
None = 0No flag is set.