2027 Enumeration
Changes 0
E

EventStatus

Description:
Describes the status of an action which triggered a post event.
public enum EventStatus
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.