global class UpdateStatuAchievementsSchedule implements Schedulable { global void execute(SchedulableContext SC) { // 10注残ずつ処理する Id execBTId = Database.executeBatch(new UpdateStatuAchievementsBatch(), 200); } }