Property IsInteractive
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
IsInteractive
Gets a value indicating whether an interactive client is available for the script.
bool IsInteractive { get; }
Property Value
- bool
true
if an interactive client is available for the script; otherwise,false
.
Examples
bool isInteractive = engine.IsInteractive;