<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 28, 2015 at 7:57 AM, Tomas Hlavaty <span dir="ltr"><<a href="mailto:tom@logand.com" target="_blank">tom@logand.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
is there something like ext:external-process-status /<br>
sb-ext:process-status / ccl:external-process-status on mkcl?<br>
<br></blockquote><div><br></div><div>Hello Tomas,<br><br></div><div>If by this question you mean that you'd like to manipulate the "process"<br></div><div>tracking structure returned by #'mkcl:run-program (as its second return value,<br></div><div>for some almost obscure backward compatibility reason) then yes there is<br></div><div>such a function to be used. It is named #'mkcl:process-status, it takes the<br></div><div>"process" structure, just mentioned, as its only argument.<br></div><div><br></div><div>You are also likely to be interested in #'mkcl:process-exit-code.<br><br></div><div>I know, I know, "where is the documentation?" Not written yet... But I am<br></div><div>very open to contributions in that area...<br><br></div><div>At this moment one can always read the source code...<br><br></div><div>Cheers,<br><br></div><div>Jean-Claude<br><br></div></div></div></div>