ProcessExit
How the host process ended: its exit code, or the signal that ended it. Exactly one of the two is non-null.
Properties
Section titled “Properties”| 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"}