function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
i nave a schedule which is running.
Now i Want to Stop running Schedule using Apex class.
Any idea???
Thanks
Anil
Refer
System.abortJob method, which will take the paramter as 'jobId'.
if you are making a batch call in the scheduler logic, then it is advisable to use system.abortjob after making call to batch or call it at the end.
Thanks Siddharth
for you kind help
Refer
System.abortJob method, which will take the paramter as 'jobId'.
if you are making a batch call in the scheduler logic, then it is advisable to use system.abortjob after making call to batch or call it at the end.
Thanks Siddharth
for you kind help