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