ElectronApp.relaunch method
ElectronApp › relaunch
Unofficial
Relaunches the app when the current instance exits.Signature:
relaunch(options?: ElectronRelaunchOptions | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| options? | ElectronRelaunchOptions | undefined | Options controlling the relaunched instance. |
Returns: void