Can a job plugin delete its job? Can an event listener delete its job?
Thanks
Can a job plugin delete its job? Can an event listener delete its job?
Thanks
Yup, you can use RepositoryUtils.DeleteJob() to do this. It would basically be the equivalent of someone deleting a job while it’s rendering (or being processed by an event).
Cheers,
Ryan
Great, thanks. I was hoping that’s what you would say…