Home > @rushstack/node-core-library > IWaitForExitResultWithoutOutput > signal
IWaitForExitResultWithoutOutput.signal property
The process signal that terminated the process. If the process exited normally, this will be null.
Signature:
signal: string | null;