Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Add property returncode to WSClient #160

Merged
merged 1 commit into from
Sep 18, 2019

Commits on Sep 17, 2019

  1. Add property returncode to WSClient

    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.
    Oz Tiram committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    69570ac View commit details
    Browse the repository at this point in the history