AlarmCleared

Called if an alarm changes to the "Not Raised" state.

Syntax

public virtual void AlarmCleared(TcAlarm evtObj, bool bRemove)

Parameter

Name

Type

Description

evtObj

TcAlarm

The alarm

bRemove

bool

TRUE = the alarm is in the "Not Raised" state and not in the "Wait for Confirmation" state.

FALSE = the alarm is still waiting for a confirmation.