Unregister Event Sync
Signature
bool unregisterEventSync(string name, function handler)Description
Unregisters a synchronous event handler, preventing it from being executed in future occurrences of the specified event.
Returns whether the operation was successful (true) or not (false).
Arguments
Name
The name of the event to unregister.
Handler
The callback function of the event.
Notes
Last updated