Schedulable Interface

The class that implements this interface can be scheduled to run at different intervals.

Namespace

System

See Also

Schedulable Methods

The following are methods for Schedulable.

execute(context)

Executes the scheduled Apex job.

Signature

public Void execute(SchedulableContext context)

Parameters

context
Type: System.SchedulableContext
Contains the job ID.

Return Value

Type: Void