Searched refs:_process (Results 1 – 2 of 2) sorted by relevance
16 private _process: ChildProcess | undefined; property in LaunchBrowserImplMacOS49 this._process = spawn(appPath, args, { stdio: 'ignore' });55 this._process?.kill();56 this._process = undefined;
17 private _process: ChildProcess | undefined; property in LaunchBrowserImplLinux69 this._process = await open.openApp(appId, { arguments: args });74 this._process?.kill();75 this._process = undefined;