Function: eshell-head-process
eshell-head-process is a byte-compiled function defined in
esh-cmd.el.gz.
Signature
(eshell-head-process)
Documentation
Return the currently running process at the head of any pipeline.
This only returns external (non-Lisp) processes.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defsubst eshell-head-process ()
"Return the currently running process at the head of any pipeline.
This only returns external (non-Lisp) processes."
(car-safe eshell-last-async-procs))