ScheduledJobglobal abstract with sharing class ScheduledJob A scheduled job to be displayed and configured in the associated Foundations UI. MethodsgetLabelglobal abstract String getLabel() Return ValueThe user-friendly name for the scheduled job. runglobal abstract void run(ScheduledJob.RunContext context) Perform the underlying operation that has been scheduled. ScheduledJob.RunContextglobal with sharing class RunContext Data concerning a single execution of a scheduled job. Properties
MethodsRunContextglobal RunContext() |