Table of Contents

Property IsInteractive

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

IsInteractive

Gets a value indicating whether an interactive client is available for the script.

public bool IsInteractive { get; }

Property Value

bool

true if an interactive client is available for the script; otherwise, false.

Examples

bool isInteractive = engine.IsInteractive;

Remarks

Feature introduced in DataMiner 8.5.6 (RN 9775).