<Code Lib>
2025 Enumeration
Changes 0
E

EventStatus

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

public enum EventStatus

Name Description
E Succeeded The action that triggered this event succeeded.
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.

Loading…