Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-C2D67EEB-0EE2-44C1-B0D6-A2D1C3FB3754
Visible to Intel only — GUID: GUID-C2D67EEB-0EE2-44C1-B0D6-A2D1C3FB3754
PXFWIFSTOPPED
POSIX Function: Determines if a child process has stopped. This routine is only available for Linux and macOS.
Module
USE IFPOSIX
result = PXFWIFSTOPPED (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 stopped; otherwise, .FALSE..