external process status

Jean-Claude Beaudoin jean.claude.beaudoin at gmail.com
Sat Mar 28 12:50:50 UTC 2015


On Sat, Mar 28, 2015 at 7:57 AM, Tomas Hlavaty <tom at logand.com> wrote:

> Hi,
>
> is there something like ext:external-process-status /
> sb-ext:process-status / ccl:external-process-status on mkcl?
>
>
Hello Tomas,

If by this question you mean that you'd like to manipulate the "process"
tracking structure returned by #'mkcl:run-program (as its second return
value,
for some almost obscure backward compatibility reason) then yes there is
such a function to be used. It is named #'mkcl:process-status, it takes the
"process" structure, just mentioned, as its only argument.

You are also likely to be interested in #'mkcl:process-exit-code.

I know, I know, "where is the documentation?" Not written yet... But I am
very open to contributions in that area...

At this moment one can always read the source code...

Cheers,

Jean-Claude
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/mkcl-devel/attachments/20150328/756cd471/attachment.html>


More information about the mkcl-devel mailing list