Variable: eshell-last-async-proc
eshell-last-async-proc is a variable defined in esh-cmd.el.gz.
Value
nil
Documentation
When this foreground process completes, resume command evaluation.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-last-async-proc nil
"When this foreground process completes, resume command evaluation.")