CODEOBJ :: get_repeat_interval


protocol:
method

parameters:

none

result:

int

description:

Get the repeat interval for the code object to which this method is applied.

The repeat interval is measured in milliseconds.

The repeat interval is the reset value used to reload the timer belonging to the code object. When the code objects timer expires (counts down to zero) the repeat method is triggered and the timer is reloaded with the repeat interval.