ElectronDetails
Unofficial
Details about a child process that has gone (crashed or killed).
Import:
import type { ElectronDetails } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronDetailsProperties
| Property | Type | Description | |
|---|---|---|---|
| exitCode | number | The exit code for the process. | |
| name? | string | The name of the process. | |
| reason | 'abnormal-exit' | 'clean-exit' | 'crashed' | 'integrity-failure' | 'killed' | 'launch-failed' | 'oom' | The reason the child process is gone. | |
| serviceName? | string | The non-localized name of the process. | |
| type | 'GPU' | 'Pepper Plugin' | 'Pepper Plugin Broker' | 'Sandbox helper' | 'Unknown' | 'Utility' | 'Zygote' | Process type. |