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