vote up 1 vote down star

Is it possible to get the last run date of a scheduled task in Windows Scheduled Tasks from ASP.NET?

Ideally, it would be good to be able to list, start and stop these tasks as well, though at this stage, the main thing I'd like to do is retrieve the last run time for a specific scheduled task.

If this is not possible, my workaround is to simply have the application being run update the database or XML file with it's last run date, but as this information is already stored in Scheduled Tasks, I was wondering if it might just be easier to read the data straight from there.

flag

58% accept rate

1 Answer

vote up 0 vote down

Use the Task Scheduler Managed Wrapper 1.2 ( Free Download ) and then use the Task.LastRunTime Property

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.