I think you should check the return codes in the WPSClient checkStatus()
function. They seem inconsistent with the comments, especially the
return false if the process is still running. Also, if you raise an
exception, I don't think you need to follow that with a return statement.
I think you should check the return codes in the WPSClient checkStatus() function. They seem inconsistent with the comments, especially the return false if the process is still running. Also, if you raise an exception, I don't think you need to follow that with a return statement.