triggerCustomEvent
Signals that a custom event has occurred in the renderer.
You can use this event if your renderer has events that are not covered by other methods. With it, you can pass specific messages to the application.
Parameters
name
the name of the event. With this name, you can identify the event in your app.
info
a message that you want to pass to the app.