Variable: eshell-foreground-command
eshell-foreground-command is a variable defined in esh-cmd.el.gz.
Value
nil
Documentation
The currently-running foreground command, if any.
This is a list of the form (FORM PROCESSES). FORM is the Eshell command form. PROCESSES is a list of processes that deferred the command.
Aliases
eshell-current-command (obsolete since 30.1)
eshell-last-async-procs (obsolete since 30.1)
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-foreground-command nil
"The currently-running foreground command, if any.
This is a list of the form (FORM PROCESSES). FORM is the Eshell
command form. PROCESSES is a list of processes that deferred the
command.")