The filter selects all the DISABLED alarms with Active/Acked state (Acked = 1, Active = 1, Enabled = 0)

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public const string DefAlarmStateDisabledActiveAcked
Visual Basic
Public Const DefAlarmStateDisabledActiveAcked As String
JScript
public const var DefAlarmStateDisabledActiveAcked : String

Remarks

The state is valid ONLY for Historical Alarms

See Also