1.

What Is Apex Scheduler?

Answer»

It will invokes the Apex CLASS to run at specific TIME.

Anybody who want to schedule their class they have to implement schedulable interface.

Schedule Interface:

The class that implements this interface can be scheduled to run at DIFFERENT intervals. This interface has several METHODS.

They are:

Public void EXECUTE(schedulablecontext sc) etc.

It will invokes the Apex class to run at specific time.

Anybody who want to schedule their class they have to implement schedulable interface.

Schedule Interface:

The class that implements this interface can be scheduled to run at different intervals. This interface has several methods.

They are:

Public void execute(schedulablecontext sc) etc.



Discussion

No Comment Found