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
Sunil PalSunil Pal 

Regarding the scheduler class

If we want to stop the batch of an object, .If we delete the schedule jobs then it will permanently deleted or temporary.

If we want to permanently stop the batch ,what we have to do except delete the batch class?

 

Thanks in advance

docbilldocbill
What do you mean by permanently stopping? If it is no longer scheduled, it won't run. If someone schedules it again, it will run when scheduled.
sandeep@Salesforcesandeep@Salesforce

if you delete Schedule Jobs then it will not parmanent stopping bath execution you need to abort BatchProcessId which is return by follwing statement: Database.executeBatch method. 

 

Sunil PalSunil Pal
Can you please give detail process with example how i will stop batch execution or stop batch