Table of Contents

Property IsActive

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

IsActive

Gets the element state.

int IsActive { get; }

Property Value

int

1 if the element is active (i.e. the element is not stopped); otherwise, 0.

Examples

int isActive = protocol.IsActive;

Remarks

This feature is useful in queued QActions, since the element might have been stopped before the QAction is actually run.