This will be familiar for Python users as subprocess.Popen has the same attribute. Also, the behavior is such the returncode returns a None value if the process was not run yet. Other than that, when the process exists with a numerical code this will be the value of the return code. If the command executed successfully the return value will be 0. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| stream.py | ||
| ws_client_test.py | ||
| ws_client.py | ||