Skip to content

ElectronApp.relaunch method

ElectronApp › relaunch

Unofficial

Relaunches the app when the current instance exits.

Signature:

relaunch(options?: ElectronRelaunchOptions | undefined): void

Parameters:

Parameter Type Description
options? ElectronRelaunchOptions | undefined Options controlling the relaunched instance.

Returns: void