global class UpdateStatuAchievementsDailySchedule implements Schedulable {
|
global void execute(SchedulableContext sc) {
|
//MyBatchClass b = new MyBatchClass();
|
//database.executebatch(b);
|
Id execBTId = Database.executeBatch(new UpdateStatuAchievementsDailyBatch(), 200);
|
}
|
}
|