<Code Lib>
2025.3 Enumeration
Changes 0
E

RevitAPIEventStatus

Description:
Describes the status of an action which triggered a post event.

public enum RevitAPIEventStatus

Name Description
E Cancelled The action that triggered this event was cancelled by an event handler from the pre-event for the action.
E Failed The action that triggered this event failed .
E Succeeded The action that triggered this event succeeded.

Loading…