Li Jun
2022-05-10 896e69e68ecc01b0b8a4c03dd010e0a31603be6e
1
2
3
4
5
global class UpdateInspectionReportAssetSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new UpdateInspectionReportAssetBatch(true),100);
    }
}