Table of Contents

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 = 2

When a lock is held by another user/process, take it away by force.

Lock = 1

Locks elements used by script.

NoWait = 4

Instead of waiting when an element is in use by another script or locked, fail immediately.

None = 0

No flag is set.