Registering event handler

Hi all,

Would there be an interest from the community to natively add an event handler that would wrap another, arbitrary one, while remembering (via a resettable Boolean) if eventOccurred has ever been called? I see two differences w.r.t. RecordAndContinue: less memory usage as the question is not to log the events in details and unaltered action returned.
Or am I missing something that is already in the library?

Cheers,
Romain.

1 Like

I don’t think we have this, so yeah, go ahead and add the feature if you need it.

1 Like

Done here