From: Daniel Kochmański Date: Wed, 12 Aug 2015 09:21:27 +0000 (+0200) Subject: doc: refine documentation for external-process X-Git-Tag: ECL-16.0.0~1^2~59 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=fc976a96ff2186b0d74b982ebfac0a462216e3d2;p=ecl.git doc: refine documentation for external-process Signed-off-by: Daniel Kochmański --- 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. + +