Hi guys,
I have a simple vb script that I'm running via VisualCron. On error I exit the script with a "Wscript.Quit 99" where 99 can be any non zero integer. VisualCron catches the error just fine but seems to be looking up the error code in some table and displaying it's own error description in the "Result" column of the task. My question is, how do I return both the return code and a custom description to VisualCron which will be displayed in the "result" column?
Thanks!