Function: eshell-interactive-process-p
eshell-interactive-process-p is a byte-compiled function defined in
esh-cmd.el.gz.
Signature
(eshell-interactive-process-p)
Documentation
Return non-nil if there is a currently running command process.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
;;; Functions:
(defsubst eshell-interactive-process-p ()
"Return non-nil if there is a currently running command process."
eshell-last-async-procs)