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



View with Navigation Tools
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
 
<ColumnDisplayAttribute(MaximumWidth=6, RefinementRank=100)>
<DefaultValueAttribute(False)>
<DisplayAttribute(AutoGenerateField=False, 
   Order=0, 
   ShortName="Is Active")>
<PureAttribute()>
Public ReadOnly Property IsActive As Boolean
 
'Usage
 
Dim instance As AutomatonStateStatistics
Dim value As Boolean
 
value = instance.IsActive
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