Skip to content

ScheduledApexDemo

pozil edited this page Nov 14, 2024 · 7 revisions

ScheduledApexDemo Class

A demo class to be scheduled by ScheduledApexRecipes

Group Async Apex Recipes

See ScheduledApexRecipes

Fields

counter

TESTVISIBLE

Signature

private counter

Type

Integer

Methods

runAtMidnight()

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

Signature

public void runAtMidnight()

Return Type

void

Example

ScheduledApexDemo.runAtMidnight();
Clone this wiki locally