The Manager class has getExitCode() but does not have an accessible method to determine if execError is true or false.
For those executing CoRB programmatically and extending the Manager class, it can be useful to know what the execError is, in addition to the exitCode.
Add hasExecError() method
The Manager class has
getExitCode()but does not have an accessible method to determine ifexecErroris true or false.For those executing CoRB programmatically and extending the Manager class, it can be useful to know what the
execErroris, in addition to theexitCode.Add
hasExecError()method