OPC Studio User's Guide and Reference
IsActive Property (AutomatonStateStatistics)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Algorithms Namespace > AutomatonStateStatistics Class : IsActive Property
Determines whether the state is currently active (transitioned into but not yet transitioned from).
Syntax
'Declaration
 
Public ReadOnly Property IsActive As Boolean
'Usage
 
Dim instance As AutomatonStateStatistics
Dim value As Boolean
 
value = instance.IsActive
public bool IsActive {get;}
public:
property bool IsActive {
   bool get();
}

Property Value

The default value of this property is False.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also