游畅
2022-05-17 b1dadcc62a48f7179d2d2011b17488e439d9db66
1
2
3
4
5
global class CreateMaintenanceTaskBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new CreateMaintenanceTaskBatch(true));
    }
}