2027 Enumeration
Changes 0
E

ExternalEventRequest

Description:
Represents the possible outcomes of a request for raising an external event.
public enum ExternalEventRequest
Name Description
E Accepted Request accepted; event was added into the event queue and will be executed momentarily.
E Denied Request was denied due to failures of the corresponding event handler.
E Pending Request not accepted, because the previous request is still pending (not executed).
E TimedOut Request not accepted due to synchronization issues with other thread(s).