Dear Support,
We have an inhouse application written in .Net C# which is exiting on failure with -1, the function we are using is "Environment Exit"
However VisualCron keeps only errors with Arithmetic Overflow 77777.
If we change the exit code from -1 to something else, i.e. 1000, it works as expected and VC picks this up and gives the correct error description etc.
Is -1 correct in terms of what VC is expecting for a failure ? WHy would this cause VC to not identify it correctly ?
Thank you.
Graham
P.S. I am not the developer only the messenger, so apologies if my terminology is not 100%.