Hi,
I want to access jobs in task scheduler of a server running Windows server 2008 programmatically using C# 2008.
These are the informations I need:
1. last job run time.
2. last job status.
I will provide job name as an input.
I suggest you check up on the Task Scheduler API: http://msdn.microsoft.com/en-us/library/windows/desktop/aa383614(v=vs.85).aspx
However, this forum isn't the correct one to help you out as it is dedicated to the Windows Server Solutions SDK.
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.
Would you like to participate?