SchedulableContext Interface
Represents the parameter type of a method in a class that implements the
Schedulable
interface and contains the scheduled job ID. This interface is implemented internally by Apex.
Namespace
System
See Also
Schedulable Interface
SchedulableContext Methods
The following are methods for
SchedulableContext
.
getTriggerId()
Returns the ID of the CronTrigger scheduled job.
getTriggerId()
Returns the ID of the CronTrigger scheduled job.
Signature
public
Id getTriggerId()
Return Value
Type:
ID