SetPulse
Calls the pulse message after the delay has elapsed. After the pulse message runs, it will be called again after the delay ends.
The message will continue to "pulse" until it is stopped. Syntax:
SetPulse(flex_delay);
To stop the pulse, use:
SetPulse(0);