Subprocess.getIfSignaled

Check if the given subprocess terminated in response to a signal.

This is equivalent to the system WIFSIGNALED macro.

It is an error to call this function before Subprocess.wait has returned.

class Subprocess
bool
getIfSignaled
()

Return Value

Type: bool

TRUE if the case of termination due to a signal

Meta

Since

2.40