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
Ahmed SefraouiAhmed Sefraoui 

How can I check in Apex if a Apex Job is enqueued

Hi,

I would like to know if there is a way to handle the creation of a new Apex Job, since the object AsyncApexJob is not supported in Triggers. I was also considering handling an event, but the creation of a job doesn't trigger any events.

Thanks in advance!