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
 
<PureAttribute()>
Public ReadOnly Property IsActive As Boolean
'Usage
 
Dim instance As AutomatonStateStatistics
Dim value As Boolean
 
value = instance.IsActive
[Pure()]
public bool IsActive {get;}
[Pure()]
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