app | Electron
Events . The app object emits the following events:. Event: 'willfinishlaunching' Emitted when the application has finished basic startup. On Windows and Linux, the willfinishlaunching event is the same as the ready event; on macOS, this event represents the applicationWillFinishLaunching notification of NSApplication.. In most cases, you should do everything in the ready event handler.