exitSignal property
SSHSessionExitSignal?
get
exitSignal
Information about the exit signal of a remote process. May be null if the process is still running, the remote process exited normally, or the remote ssh implementation does not report exit signals.
Implementation
SSHSessionExitSignal? get exitSignal => _exitSignal;