Generate User Event

Broadcasts the user event you wire to this node and associated event data to each Event Structure registered to handle the event.

If the event is not registered, this node has no effect.

1378

Inputs/Outputs

datatype_icon

user event

User event refnum created by a Create User Event node.

datatype_icon

event data

The data associated with an event. The data type of the event data input must match the data type of the user event data type input on the Create User Event node. For example, if the data type of the user event data type input is a string, the data type of the event data input must also be a string.

datatype_icon

priority

Value that defines how this node enqueues the user event.

high priority Enqueues the user event and associated event data into the event queue in front of any previously generated normal priority events.
normal priority Enqueues the user event and associated event data into the event queue behind any previously generated events.

Default value: (0) high priority

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

user event out

The resulting user event reference.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

Programming Patterns