get_if_signaled


Description:

public bool get_if_signaled ()

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 wait has returned.

Parameters:

this

a Subprocess

Returns:

true if the case of termination due to a signal