vote up 0 vote down star

I want to get the status of all Immediate Alerts jobs in the farm. Just like they are showed in Central Admin - Timer Job Status page. I found a way to do it querying TimerRunningJobs table but I would like to use the API instead. From the API I can get job-immediate-alerts thru class: Microsoft.SharePoint.Administration.SPWebApplication but it doesn't give me the status. It just tells if it's enabled or not and frequency. Is it possible to get this info using the API instead of querying SQL server? Thanks in advance, Flips

flag
'tis an interesting problem because the JobDefinitions attribute shows what jobs are out there, but there doesn't seem to be any way to link to the stats for the currently running jobs, just their definitions. – Mark Mascolino Oct 26 at 19:26

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.