Variable: timer-list

timer-list is a variable defined in keyboard.c.

Value

([nil 27103 56087 153841 nil undo-auto--boundary-timer nil nil 901000 nil]
 [nil 27104 13456 369082 86400 run-hooks
      (midnight-hook)
      nil 861000 nil])

Documentation

List of active absolute time timers in order of increasing time.

Probably introduced at or before Emacs version 24.3.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("timer-list", Vtimer_list,
	       doc: /* List of active absolute time timers in order of increasing time.  */);