Variable: semantic-idle-scheduler-work-timer
semantic-idle-scheduler-work-timer is a variable defined in
idle.el.gz.
Value
nil
Documentation
Timer used to schedule tasks in idle time that may take a while.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defvar semantic-idle-scheduler-work-timer nil
"Timer used to schedule tasks in idle time that may take a while.")