pse.ScheduleFutureTimeUpdateBatchglobal without sharing class ScheduleFutureTimeUpdateBatch implements Database.Batchable<sObject>, Schedulable The batch version of updating future time on Schedules has been replaced with ScheduleFutureTimeUpdateAsync. But for customers that still have this class scheduled in their orgs it will now run the queueable based version. We recommend not adding new scheduled jobs that call this, use ScheduleFutureTimeUpdateJob instead. Methods
ScheduleFutureTimeUpdateBatchglobal ScheduleFutureTimeUpdateBatch() startglobal Database.QueryLocator start(Database.BatchableContext BC) executeglobal void execute(Database.BatchableContext BC, List<sObject> scope) finishglobal void finish(Database.BatchableContext BC) executeglobal void execute(SchedulableContext sc) |