ID EN
OS

WNOWAIT

Python 3.11

This options flag causes waitid() to leave the child in a waitable state, so that a later wait*() call can be used to retrieve the child status information again.

Syntax

PYTHON
os.WNOWAIT

See Also

waitid() Availability