Skip to main content
Version: 20 R7 BETA

Method called on event

Method called on event -> Function result

ParameterTypeDescription
Function resultStringName of method called on event

This command is not thread-safe, it cannot be used in preemptive code.

Description

The Method called on event command returns the name of the method installed by the ON EVENT CALL command.

If no such method has been installed, an empty string ("") is returned.

See also

ON EVENT CALL