From fc976a96ff2186b0d74b982ebfac0a462216e3d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 12 Aug 2015 11:21:27 +0200 Subject: [PATCH] doc: refine documentation for external-process MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Kochmański --- doc/ref_os.xmlf | 37 +++++++++++++++++++++++++++++++++---- src/doc/help.lsp | 17 +++++++++++++++++ 2 files changed, 50 insertions(+), 4 deletions(-) diff --git a/doc/ref_os.xmlf b/doc/ref_os.xmlf index 0ab3272..085c151 100644 --- a/doc/ref_os.xmlf +++ b/doc/ref_os.xmlf @@ -352,13 +352,14 @@ ls [--help | -?] filename* process output stream - ERROR + ERROR-STREAM process error stream - %STATUS - either :RUNNING or - :EXITED + %STATUS either + :RUNNING, :STOPPED, + :SIGNALED, :EXITED, + :ERROR or :ABORT %CODE @@ -373,6 +374,34 @@ ls [--help | -?] filename* process id, communication streams, runtime status and exit code. It is returned as third value of . + + + + + + + + ext:external-process-status + Check status of . + + + + Function + + + ext:external-process-status + external-process + + + + + Description + + Checks status of external-process. Returns it's current status, and + if exited - EXIT-CODE as second value. + +