global class ConsumAutoSelectBatchSchedule implements Schedulable { global void execute(SchedulableContext sc) { ConsumAutoSelectBatch.run(); } }