os.WIFEXITED(status)
Return True
if the process exited using the exit(2) system call, otherwise return False
.
Availability: Unix.
os.WIFEXITED(status)
Return True
if the process exited using the exit(2) system call, otherwise return False
.
Availability: Unix.
Please login to continue.