Skip to content

Instantly share code, notes, and snippets.

@rahulmalhotra
Created July 5, 2021 05:15
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/948e4bd54faea98f3ae238fe39e5e8b9 to your computer and use it in GitHub Desktop.
Save rahulmalhotra/948e4bd54faea98f3ae238fe39e5e8b9 to your computer and use it in GitHub Desktop.
Code snippet used in Scheduled Jobs Custom LWC Component blog on sfdcstop
SELECT
ID,
CronExpression,
CronJobDetail.Name,
CronJobDetailId,
EndTime,
NextFireTime,
PreviousFireTime,
StartTime,
State,
TimesTriggered
FROM CronTrigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment