Thhto
2022-03-24 25690f3d190ceb1536b80a64806d7b14f7e6b133
1
2
3
4
5
6
global class UpdateStatuAchievementsSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
        // 10注残ずつ処理する
        Id execBTId = Database.executeBatch(new UpdateStatuAchievementsBatch(), 200);
    }
}