You need to sign in to do that
Don't have an account?

how to read batch jobs from Apex Jobs
Hi ,
Can i please know how can we read APex batch monitoring
using apex.So the i want to know the count of the batch jobs and need to display the count on VF page or insert in to the custom obj.
Thanks,
Veeraiah
Hi, I think you can write a query for this.
The following link has some more information.
http://www.salesforce.com/us/developer/docs/api/index_Left.htm#CSHID=sforce_api_objects_asyncapexjob.htm|StartTopic=Content%2Fsforce_api_objects_asyncapexjob.htm|SkinName=webhelp
Regards.
Satish Kumar
Hi,
Can i know how to get the batchJob count per page.As of now iam getting the consolidated count ..ie iam getting the count from all pages ..now i need to filter the count and get the count of jobs based on the ClassName so how can do that filtering..
Thanks,
Veeraiah