Skip to content

ElectronRenderProcessGoneDetails

Unofficial

Details about a renderer process that has gone (crashed or killed).

Import:

import type { ElectronRenderProcessGoneDetails } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronRenderProcessGoneDetails

Properties

Property Type Description
exitCode number The exit code of the process, unless reason is launch-failed, in which case it is a platform-specific launch failure error code.
reason 'abnormal-exit' | 'clean-exit' | 'crashed' | 'integrity-failure' | 'killed' | 'launch-failed' | 'oom' The reason the render process is gone.