Skip to content

ElectronDetails

Unofficial

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

Import:

import type { ElectronDetails } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronDetails

Properties

PropertyTypeDescription
exitCodenumberThe exit code for the process.
name?stringThe name of the process.
reason'abnormal-exit' | 'clean-exit' | 'crashed' | 'integrity-failure' | 'killed' | 'launch-failed' | 'oom'The reason the child process is gone.
serviceName?stringThe non-localized name of the process.
type'GPU' | 'Pepper Plugin' | 'Pepper Plugin Broker' | 'Sandbox helper' | 'Unknown' | 'Utility' | 'Zygote'Process type.