Managing scheduled tasks

G

Guest

What is the best way of managing scheduled tasks? My current requirement is
to be able to check on the status of tasks that are supposed to run overnight
- mostly to be able to check that they have all completed successfully. I've
seen talk about wrappers being available but haven't managed to track one
down.

(I realise that I could just grab the log file and parse that down to get at
basic information, but that seems a bit of a kludge.)

Thanks for any ideas.
 
G

Guest

Took a bit of work to translate it to VB.Net, but now got it working as
required. Many thanks.


Phil Wilson said:
There's a wrapper here:
http://www.codeproject.com/csharp/tsnewlib.asp
--
Phil Wilson
[Microsoft MVP-Windows Installer]

Rob Oldfield said:
What is the best way of managing scheduled tasks? My current requirement
is
to be able to check on the status of tasks that are supposed to run
overnight
- mostly to be able to check that they have all completed successfully.
I've
seen talk about wrappers being available but haven't managed to track one
down.

(I realise that I could just grab the log file and parse that down to get
at
basic information, but that seems a bit of a kludge.)

Thanks for any ideas.
 

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

Top