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
wt35wt35 

Batchable available in Apex Scheduler: is this normal?

Hi Communtiy,

 

I can see that a class that I have developed implementing Batchable is available in the Apex Scheduler.

Is this normal?

 

I thought only Schedulable classes were available in that section.

 

Is there any difference with launching the batch job with Schedule methods?

 

Thanks

hitesh90hitesh90

No,  implements Database.Batchable<sObject> class will not be available in Apex schedular.

wt35wt35

As I said earlier, it turns out to be available!