Skip to content

ScheduledApexDemo

pozil edited this page Jul 26, 2023 · 7 revisions

layout: default

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