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
private counter
Integer
TESTVISIBLE
public runAtMidnight()
A method demosrating the best practice of separating your logic from the schedulable interface code that executes it.
ScheduledApexDemo.runAtMidnight();