exitCode property
The exit code of the command that preceded a completed CwdMarker.command
when it was emitted by the exit-code-carrying CwdMarker.agentCommand
(an extra 5th marker field). null for the regular cwd/ping markers, which
do not report it.
Implementation
final int? exitCode;