GWY
2022-05-10 b6dfed7e531e6b008df6d404e0b04aef179ba840
1
2
3
4
5
global class ProRegisterBatchSchedulable implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new ProRegisterBatch(),100);
    }
}