Gets and sets repeat timeout. | |
Syntax: | long = object.RepeatTimeout object.RepeatTimeout = long |
Description: | The CimAlarm.RepeatTimeout is a long
integer that indicates when automatic alarm repeat should occur 0 - No Automatic Repeat (default) >0 - Number of minutes to wait before automatically repeating alarm. Examples alarm.RepeatTimeout = 10 ' Auto repeat every 10
minutes |