Tag Archives: Scheduler class

Scheduler class in Apex

The Scheduler class is similar to normal Apex class, which is programed to run at pre defined interval. Class must implement schedulable interface and it must contains implementation detail in execute() method. There are 2 ways to invoke scheduler Class :     Using UI     Using System.schedule  Using UI The class which implements interface schedulable get the button …

Continue reading