function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
indranily81indranily81 

Apex Scheduler

Hi,

 

I Need some help regarding Apex Scheduler. As per the official doc

http://developer.force.com/releases/release_feature?key=Code+Scheduler+(Pilot) we need to fire system.schedule('Merge Job', sch, m) in orer to perform the scheduling.

 

I dont understand what is this 'Merge Job' and how it can be defined. Any exmple code piece would be of great help. 

 

Thanks in Advance

aalbertaalbert
'Merge Job' is a string parameter that refers to the name of the Job. Its nothing other than the name. Full details on this pilot feature are detailed here.