returncode
Return code of the process when it exited. A None
value indicates that the process has not terminated yet.
A negative value -N
indicates that the child was terminated by signal N
(Unix only).
returncode
Return code of the process when it exited. A None
value indicates that the process has not terminated yet.
A negative value -N
indicates that the child was terminated by signal N
(Unix only).
Please login to continue.