|  Developer
Updated on November 23, 2021

Timer module description

The module provides functions (timers) which allow to delay the execution of arbitrary scripts. The set_timeout function is commonly used if desired to have function called once after the specified delay. The set_interval function is commonly used to set a delay for functions that are executed again and again. The interval the timer will wait before executing its action may not be exactly the same as the interval specified by the user.