Home
/
Python 3.11
/
Multiprocessing
/
exitcode
Python 3.0
Python 3.11
Functions
ID
EN
…
Multiprocessing
exitcode
Python 3.11
The child’s exit code. This will be None if the process has not yet terminated.
Syntax
PYTHON
Copy
exitcode
See Also
run()
sys.exit()
run()