- Contents
Interaction Designer Help
External Handler Return
This System tool closes the handler called by the External Handler Call initiator and returns the result to the ExternalHandler C++ function that originally triggered the handler.
Inputs
Request Handle
A system generated identifier uniquely identifying the handler call that is generated by the External Handler Call initiator. This handle is used to correlate the External Handler Return invocation with the original External Handler Call.
Data
A list of strings containing information from the handler that will be passed back as an output parameter to the ExternalHandler C++ function.
Result
This is the result of the handler execution that will be returned to the ExternalHandler C++ function.
Exit Paths
Success
This path is taken if the handler data is successfully passed on to the C++ function.
Failure
This path is taken if the operation fails.