Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


FrankE
2010-09-15T22:02:39Z
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!
Sponsor
Forum information
Support
2010-09-15T22:04:22Z
The errors are based on standard windows errors.

Only alternative is to use exit code 77777.

If you need changes here please request that in the Feature requests forum.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top