global class RollupToMaintenanceContractSchedule implements Schedulable { global void execute(SchedulableContext SC) { // 10ずつ処理する Id execBTId = Database.executeBatch(new rollupToRepairBatch(), 100); } }