dframe-set-timer

dframe-set-timer is a compiled Lisp function in `dframe.el'.

(dframe-set-timer TIMEOUT FN &optional NULL-ON-ERROR)

Apply a timer with TIMEOUT, to call FN, or remove a timer if TIMEOUT is nil.
TIMEOUT is the number of seconds until the dframe controlled program
timer is called again. When TIMEOUT is nil, turn off all timeouts.
This function must be called from the buffer belonging to the program
who requested the timer. NULL-ON-ERROR is ignored.