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
exitcode

See Also

run() sys.exit() run()