Gets and sets ack time out. | |
Syntax: | long = object.AckTimeout object.AckTimeout = long |
Description: | The CimAlarm.AckTimeout is a long integer
that indicates when automatic alarm acknowledgement should happen.
Valid values are -1 - Immediate Acknowledgement 0 - No Automatic Acknowledgement (default) >0 - Number of minutes to wait before automatically acknowledging alarm. Examples alarm.AckTimeout = 30 ' Auto acknowledge after 30
minutes. |