property
Subprocess.signalCode
readonly signalCode: null | number | Signals
Synchronously get the signal code of the process
null if the process never sent a signal code
To receive signal code changes, use the onExit callback.
If the signal has no name (for example a Linux real-time signal), this is its number.