Unregister Event Async

Signature

bool unregisterEventAsync(string name, function handler)

Description

Unregisters an asynchronous 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

For a list of all events, you can view the Events page.

Last updated