Table of Contents

Enum AutomationScriptAttachOptions

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

Automation script attach options.

[Serializable]
[Flags]
public enum AutomationScriptAttachOptions

Fields

AttachImmediately = 2

Attaches immediately, without the user having to confirm anything.

[Obsolete("by default, a popup is displayed. This option is not needed", false)] DisplayPopup = 1

Presents the user with a pop-up window instead of the default dialog box.

None = 0

No options.