Variable: org-timer-countdown-timer
org-timer-countdown-timer is a variable defined in org-timer.el.gz.
Value
nil
Documentation
Current countdown timer.
This is a timer object if there is an active countdown timer,
paused if there is a paused countdown timer, and nil
otherwise.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-timer.el.gz
(defvar org-timer-countdown-timer nil
"Current countdown timer.
This is a timer object if there is an active countdown timer,
`paused' if there is a paused countdown timer, and nil
otherwise.")