global class LoanerAutoGiveupBatchSchedule implements Schedulable { global void execute(SchedulableContext sc) { Database.executeBatch(new LoanerAutoGiveupBatch(), 200); } }