RevitAPIEventStatus
Description:
Describes the status of an action which triggered a post event.
Describes the status of an action which triggered a post event.
public enum RevitAPIEventStatus
| Name | Description |
|---|---|
| Cancelled | The action that triggered this event was cancelled by an event handler from the pre-event for the action. |
| Failed | The action that triggered this event failed . |
| Succeeded | The action that triggered this event succeeded. |