/** Database.executeBatch(new FixtureRemindSnapshotBatch()); */ global class FixtureRemindSnapshotSchedule implements Schedulable { global void execute(SchedulableContext sc) { Id execBTId = Database.executeBatch(new FixtureRemindSnapshotBatch(), 5); } }