Hi,
for example when calling PVITransfer via command line interface using the automatic option, after the end of execution you get the failure error code as return code of the process.
Parsing the output log file of RUC could also be a possibility, but as I know this will only work after the RUC process has finished.
Unfortunately, as I understood the consoleOutput option could not be used (by now) for getting process information since it can’t be read back via stdout, details see here:
I don’t know any more CLI interface options to get some “running process info”. But you could for example output some information on your own while the PIL execution is running, for example by calling a external batch file from your PIL list and setting some environment variables, or appending some info to a file, or similar.
And it’s possible to control the PIL execution behavior by using the “OnError…” commands, to set an own return vaule after execution by using the “SetReturnCode” command.
Hope that information helps a bit,
best regards!