Skip to content

ElectronApp.relaunch method

ElectronApp › relaunch

Unofficial

Relaunches the app when the current instance exits.

Signature:

relaunch(options?: ElectronRelaunchOptions | undefined): void

Parameters:

ParameterTypeDescription
options?ElectronRelaunchOptions | undefinedOptions controlling the relaunched instance.

Returns: void