Forgive me as I am new to VisualCron, I am assuming you are asking if any errors are showing up in the Task log error column. The answer is none and the result indicates Success.
The console application is looping to create a series of files and those files are then being zipped using a call to WinZip thru a Shell command and are then emailed to our clients. The files are getting zipped correctly when running outside of Cron but fail when the console application is run by VisualCron.
We are hoping to continue to use the console app as is, as it would take a bit of reengineering to do the file zipping and emailing from within VisualCron.