Guardian Procedure Calls Reference Manual

Messages
Process deletion (STOP) message
The creator of the stopped process is sent a system message -5 (process deletion: STOP),
indicating that the deletion occurred. For the format of the interprocess system messages, see
the Guardian Procedure Errors and Messages Manual.
Examples
CALL STOP; ! stop me.
CALL STOP ( ProcID ); ! stop the process that has
! this process ID.
Related Programming Manual
For programming information on batch processing, see the NetBatch User's Guide.
STOP Procedure (Superseded by PROCESS_STOP_ Procedure) 1403