Function: eshell-interactive-process-p

eshell-interactive-process-p is a byte-compiled function defined in esh-cmd.el.gz.

This function is obsolete since 30.1; use eshell-foreground-command' instead.

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."
  (declare (obsolete 'eshell-foreground-command "30.1"))
  eshell-foreground-command)