How do I set "Result Code" (visible in Scheduled Tasks) in VB App

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like my VB application to set some specific values in the "Result"
code so that when we check the "Last Result" column in Scheduled Tasks we'll
see that information.

Suggestions?
 
I'm not sure if this will do it, but I've set the
System.Environment.ExitCode property to get the application to spit out
a success/fail value at the commandline for system's admin tools to
pickup on. Maybe it'll do the job in Scheduled Tasks as well.

Have A Better One!

John M Deal, MCP
Necessity Software
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top