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