Hi,
I have a C# application that starts butler.exe like so: int exitCode = StartProcess(butlerExeDir, args);
I'm trying to find docs on the return code from butler.exe since it's giving a 1 which indicates an error at the moment.
Thanks!