AlarmConfirmed

Called if an alarm changes to the "Confirmed" state.

Syntax

public virtual void AlarmConfirmed(TcAlarm evtObj, bool bRemove)

Parameter

Name

Type

Description

evtObj

TcAlarm

The alarm

bRemove

bool

TRUE if the alarm is not in the "Raised" state.

FALSE if the alarm is in the "Raised" state.