exitCode property

int? get exitCode

Exit code of the remote process. May be null if the process has not yet exited, the remote process has been terminated due to a signal, or the remote ssh implementation does not report exit codes.

Implementation

int? get exitCode => _exitCode;