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