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
Rocio VivancoRocio Vivanco 

Submitted date of apex jobs = 15.12.2017 and how long it took to run?

our client notified us that a scheduled job ran on the 15th December 2017 and it took longer than expected. Checking the processed jobs and their submitted dates, I couldn't find any job running on the 15th December, although the job has been scheduled for running daily. It shows that it ran from 28th December.
How can I check, for example via a SOQL query, if the APEX job really ran on the 15th December and how long it took to run?.
I would appreciate any help here.
NagendraNagendra (Salesforce Developers) 
Hi Rocio,
You can go to Setup>Monitor>Jobs> ApexJobs,, to check your job status or even if there is any job running.
User-added image

If the job is not listed there then there can be 2 scenarios:
1. It has not run
2. Its deleted - but there is no way to restore deleted job

Hope this helps.

Thanks,
Nagendra