succeeded property

bool succeeded
getter/setter pair

True: the handler returned, retire the event. False: it threw, or the app refused the delivery (function not registered, not Trigger, or declared for another event type); the event stays pending for redelivery.

Implementation

bool succeeded;