os.WIFSIGNALED(status)
Return True
if the process exited due to a signal, otherwise return False
.
Availability: Unix.
os.WIFSIGNALED(status)
Return True
if the process exited due to a signal, otherwise return False
.
Availability: Unix.
Please login to continue.