buli
2022-04-26 5835379ec30b1667c4e522db9d294c9b7bb8633a
1
2
3
4
5
global class ProRegisterBatchSchedulable implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new ProRegisterBatch(),100);
    }
}