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