UnshelveAll method (AlarmEventSummary object)
Unshelves all shelved alarms in the subscription list.
Syntax
object
.UnshelveAll
([ShowDialog
as Boolean
], [Comment
as String
])where
object
—
the name of an AlarmEventSummary object.ShowDialog
—
optional parameter that controls whether the Unshelve All Alarms
dialog box is displayed before all alarms are unshelved.- TRUE. The default value is TRUE. If ShowDialog = TRUE, then theUnshelve All Alarmsdialog box opens and offers users the possibility of entering a comment before all shelved alarms are unshelved.
- FALSE. If ShowDialog = FALSE, then theUnshelve All Alarmsdialog box is NOT displayed before all alarms are unshelved. The alarms are unshelved using the value of theCommentparameter.Comment—optional parameter that controls the comment string associated with the alarm unshelving.
Provide Feedback