Variable: eshell-background-commands
eshell-background-commands is a variable defined in esh-cmd.el.gz.
Value
nil
Documentation
A list of currently-running deferred commands.
Each element is of the form (FORM PROCESSES), as with
eshell-foreground-command (which see).
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-cmd.el.gz
(defvar eshell-background-commands nil
"A list of currently-running deferred commands.
Each element is of the form (FORM PROCESSES), as with
`eshell-foreground-command' (which see).")