Home
/
Python 3.11
/
OS
/
waitstatus_to_exitcode
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
OS
waitstatus_to_exitcode
Python 3.11
Convert a wait status to an exit code.
Syntax
PYTHON
Copy
os.waitstatus_to_exitcode(status)
See Also
ValueError
waitpid()
WUNTRACED
WIFEXITED()
WEXITSTATUS()
WIFSIGNALED()
WTERMSIG()
WIFSTOPPED()