How to schedule a batch apex class?

10:32 AM

Create a new apex class implementing the schedulable interface

In the execute method, simply execute the batch class.

Navigate to Setup -> Apex Classes -> Schedule. You will now be able to select the schedulable class which in turn executes the batch.


0 comments

Stats