exitCode property
The command's exit code, or null if the shell did not report one (e.g. a
non-POSIX dialect whose marker omits it).
Implementation
final int? exitCode;
The command's exit code, or null if the shell did not report one (e.g. a
non-POSIX dialect whose marker omits it).
final int? exitCode;