Revit 2020 API |
ExternalEventRequest Enumeration |
See Also |
Represents the possible outcomes of a request for raising an external event.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public enum ExternalEventRequest |
Visual Basic |
---|
Public Enumeration ExternalEventRequest |
Visual C++ |
---|
public enum class ExternalEventRequest |
Members
Member 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). |