PXFWIFSIGNALED (L*X, M*X)

POSIX Function: Determines if a child process has exited because of a signal.

Module

USE IFPOSIX

Syntax

result = PXFWIFSIGNALED (istat)

istat

(Output) INTEGER(4). The status of the child process (obtained from PXFWAIT or PXFWAITPID).

Results

The result type is logical. The result value is .TRUE. if the child process has exited because of a signal that was not caught; otherwise, .FALSE..

See Also


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.