I think I see how. processchain.processes[2].exitcode is the exitcode for the seconds process in the pipeline.
On Wednesday, May 7, 2014 12:58:06 PM UTC-7, [email protected] wrote: > > > I am doing a readsfrom(`firstprocess` |> `secondprocess`). How do I > extract the exit codes for each process? > Or is there a better way to run two piped processes and get their exit > codes? > > Thanks, > Kenneth >
