Variable: tramp-process-alive-regexp

tramp-process-alive-regexp is a customizable variable defined in tramp.el.gz.

Value

""

Documentation

Regular expression indicating a process has finished.

In fact this expression is empty by intention, it will be used only to check regularly the status of the associated process. The answer will be provided by tramp-action-process-alive, tramp-action-out-of-band, which see.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defcustom tramp-process-alive-regexp
  ""
  "Regular expression indicating a process has finished.
In fact this expression is empty by intention, it will be used only to
check regularly the status of the associated process.
The answer will be provided by `tramp-action-process-alive',
`tramp-action-out-of-band', which see."
  :type 'regexp)