We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A demo class to be scheduled by ScheduledApexRecipes
Group Async Apex Recipes
See ScheduledApexRecipes
counter
TESTVISIBLE
private counter
Integer
runAtMidnight()
A method demosrating the best practice of separating your logic from the schedulable interface code that executes it.
public void runAtMidnight()
void
ScheduledApexDemo.runAtMidnight();