global class OpportunityUpdateSendEmailSchedulable implements Schedulable { global void execute(SchedulableContext sc) { Id execBTId = Database.executeBatch(new OpportunityUpdateSendEmailBatch(), 10); } }