AckPage method (AlarmSummary object)
Acknowledges the page of alarms currently visible in the event list.
Syntax
object
.AckPage
([ShowDialog
as Boolean
], [Comment
as String
])where
object
—
the name of an AlarmEventSummary object.ShowDialog
—
optional parameter that controls whether the Comment
dialog box is displayed before the alarms are acknowledged.- TRUE.The default value is TRUE. If ShowDialog = TRUE, then theAcknowledge Alarm with Commentdialog box opens and offers users the possibility of entering a comment before the alarms are acknowledged and the Comment edit box is set to match theCommentparameter value.
- FALSE.If ShowDialog = FALSE, then theAcknowledge Commentdialog box isnotdisplayed before the selected alarms are acknowledged, using the value of theCommentparameter.Comment—optional parameter that controls the comment string associated with the alarm acknowledgement.
Possible errors
- ftasErrorServerConnectionLost
- ftasErrorInsufficientRights
- ftasErrorGeneralFailure
- ftasErrorUnknownAlarm
- ftasErrorOperationIgnored
Provide Feedback