-
Notifications
You must be signed in to change notification settings - Fork 460
ScheduledApexDemo
pozil edited this page Nov 14, 2024
·
7 revisions
A demo class to be scheduled by ScheduledApexRecipes
Group Async Apex Recipes
TESTVISIBLE
private counter
Integer
A method demosrating the best practice of separating your logic from the schedulable interface code that executes it.
public void runAtMidnight()
void
ScheduledApexDemo.runAtMidnight();