views:

219

answers:

0

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