Record
terminal-exit-status
How a terminal command finished.
record terminal-exit-status {
exit-code: option<s32>,
signal: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| exit-code | option<s32> | Exit code, if the process exited normally. |
| signal | option<string> | Signal name, if killed by signal. |