Result

The result of running an event listener.

Entries

Link copied to clipboard

Indicates that the listener ran successfully, without errors or issues.

Link copied to clipboard

Indicates that the passed event was invalid for the listener, such as if the event failed to pass one of the filters, or if the event was denied and the listener does not ignore denials.<

Link copied to clipboard

Indicates that the listener has expired, which will happen either when the listener reaches the expire count, if set, or when the expire when condition is met, if set.

Link copied to clipboard

Indicates that the listener threw an exception while executing.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard