Hi,
is there something like ext:external-process-status / sb-ext:process-status / ccl:external-process-status on mkcl?
Thank you,
Tomas
On Sat, Mar 28, 2015 at 7:57 AM, Tomas Hlavaty tom@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