Event API - What does 'internal' mean?

Event API - What does 'internal' mean?

by Reece Lipman -
Number of replies: 1

What does 'internal' do/mean?

Average of ratings: -
In reply to Reece Lipman

Re: Event API - What does 'internal' mean?

by Rex Lorenzo -

If the internal flag is set to true, then if the function that the event handler calls returns false, then it wouldn't retry calling the function.

But if the internal flag is set to false, then it will keep on retrying the function that handles the event, because it most likely belongs to an external web service or something.