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 the
    Unshelve All Alarms
    dialog box opens and offers users the possibility of entering a comment before all shelved alarms are unshelved.
  • FALSE
    . If ShowDialog = FALSE, then the
    Unshelve All Alarms
    dialog box is NOT displayed before all alarms are unshelved. The alarms are unshelved using the value of the
    Comment
    parameter.
    Comment
    optional parameter that controls the comment string associated with the alarm unshelving.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal