Skip to content

Instantly share code, notes, and snippets.

@rahulmalhotra
Last active July 5, 2021 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulmalhotra/34b7d687e66eb1bd8a09682bd2e6a13d to your computer and use it in GitHub Desktop.
Save rahulmalhotra/34b7d687e66eb1bd8a09682bd2e6a13d to your computer and use it in GitHub Desktop.
Code snippet used in Scheduled Jobs Custom LWC Component post on sfdcstop
SELECT
ApexClassId,
ApexClass.name,
Id,
JobItemsProcessed,
JobType,
Status,
NumberOfErrors,
MethodName
FROM AsyncApexJob
WHERE JobType in ('BatchApexWorker','ScheduledApex')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment