startup MethodStatic
start an IpcApp.
startup(ipc: IpcSocketFrontend, opts?: IpcAppOptions): Promise<void>
@note this should not be called directly. It is called by NativeApp.startup
| Parameter | Type | Description |
|---|---|---|
| ipc | IpcSocketFrontend | |
| opts | IpcAppOptions |
Returns - Promise
Defined in
- core/frontend/src/IpcApp.ts Line 154
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.