2.1.0
Adding feature that allows to ignore non-zero exit codes
In the past JProc would always throw an Exception when a non-zero exit
code was returned. However sometimes the exit codes contians information
that is not neccessarily an error condition. Therefore there is now
a way to specify expceted status codes either explicitly or to
ignore the exit status alltogether.