Next: KIND, Previous: ITIME, Up: Intrinsic Procedures
KILL — Send a signal to a processkill(2).
     This intrinsic is provided in both subroutine and function forms; however,
only one form can be used in any given program unit.
     
CALL KILL(PID, SIGNAL [, STATUS])
     | PID | Shall be a scalar INTEGER, withINTENT(IN) | 
| SIGNAL | Shall be a scalar INTEGER, withINTENT(IN) | 
| STATUS | (Optional) status flag of type INTEGER(4)orINTEGER(8). Returns 0 on success, or a
                        system-specific error code otherwise. |