main::create_timer(timerid,module,subroutine,interval)
Creates a timer with the given timer id, and every interval seconds calls the function subroutine within the namespace module, e.g. module::subroutine.
Categories: API