Subject: | Can't easily distinguish a child that exits with 0 from nothing having exited at all |
The ->result and ->full_result methods return nothing if all the children have exited 0. They also return nothing if none of the children have exited.
The only way to see if the children have _actually_ exited is to look at ->results or ->full_results.
This is kind of annoying. It'd be nice if there was a simply way to get the status, zero or not.