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