function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RajitRajit 

Scheduled class monitoring

I am using Apex class scheduler interface to schedule apex class.

But since that class has apex method with @future annotation its taking long to run.

Is there any way to monitor the job ? e.g. to find out how many number of records are processed ? or what is the current status of the job?