Home > @rushstack/node-core-library > IWaitForExitResultWithoutOutput > exitCode
IWaitForExitResultWithoutOutput.exitCode property
The process exit code. If the process was terminated, this will be null.
Signature:
exitCode: number | null;
Home > @rushstack/node-core-library > IWaitForExitResultWithoutOutput > exitCode
The process exit code. If the process was terminated, this will be null.
Signature:
exitCode: number | null;