AckAllAlarms

<< Click to Display Table of Contents >>

 

AckAllAlarms

AckAllAlarms([ActorID])

Performs an acknowledgment of all server alarms, regardless of their Area. This method returns a Boolean indicating whether this operation was successful or not. The ActorID parameter informs the name of the user responsible for acknowledging these alarms. This is an optional parameter and, if omitted, assumes E3 Viewer's logged-on user, "Anonymous" if there is no user logged on, or "System" if this method's call started at the server. Example:

Sub Button1_Click()
  ' When clicking this button, acknowledges all alarms
  Application.GetObject("AlarmServer1")._
    AckAllAlarms (Application.User)
End Sub

Was this page useful?