blah blah blah is here! blah blah » Close

1
votes
1 answers

Checking a Windows Scheduled Task Status from a C# windows App

I need to check the status of a Windows Scheduled Task on a remote computer. I want to see what the next runtime and lastruntime. How do i do this. i have checked the code on codeplex http://taskscheduler.codeplex.com/ to no ...

Feedback