Docs Home

sb.functions.fireRepeatedly

@File: /surebert/functions/fireRepeatedly.js

@Description: Fires a function repeatedly on a timeout expressed in milliseconds or seconds


@Param: Object o Timeout can be in either seconds or milliseconds
@Returns: Object Returns an object that has a stop method to end the repeated firing
@Example:


sb.functions.fireRepeatedly.call(hello,1);