Just an exit code. You really need to ask program developers to find out that code means. FYI: 4294967294 is the same as (-1) if you use signed integer number insted of unsigned integer. : I have a job that reported process finished with exit code 4294967294. It did : this twice. Unfortunately I can't find anything that explains what this : exit code might be. What is it telling me with this?
|