Function: newsticker-ticker-running-p

newsticker-ticker-running-p is an autoloaded and byte-compiled function defined in newst-ticker.el.gz.

Signature

(newsticker-ticker-running-p)

Documentation

Check whether newsticker's actual ticker is running.

Return t if ticker is running, nil otherwise. Newsticker is considered to be running if the newsticker timer list is not empty.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-ticker.el.gz
;;;###autoload
(defun newsticker-ticker-running-p ()
  "Check whether newsticker's actual ticker is running.
Return t if ticker is running, nil otherwise.  Newsticker is
considered to be running if the newsticker timer list is not
empty."
  (timerp newsticker--ticker-timer))