Method called on event
Method called on event -> Function result
Parameter | Type | Description | |
---|---|---|---|
Function result | String | ← | Name 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.