Skip to content
Developer Preview

ProcessExit

How the host process ended: its exit code, or the signal that ended it. Exactly one of the two is non-null.

Property Type Stability Presence Description
code number | null required
signal Signals | null required
Source

clients/sdk-ts/src/connection/spawn.ts:46

{
"kind": "Interface",
"canonicalPath": "ProcessExit"
}