Skip to content

ScheduledApexDemo

pozil edited this page Aug 8, 2023 · 7 revisions

ScheduledApexDemo

A demo class to be scheduled by ScheduledApexRecipes

Group Async Apex Recipes

See ScheduledApexRecipes

Fields

private counterInteger

TESTVISIBLE


Methods

public runAtMidnight()

A method demosrating the best practice of separating your logic from the schedulable interface code that executes it.

Example

ScheduledApexDemo.runAtMidnight();

Clone this wiki locally