Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
7-33
PROCESS_STOP_ 
Deletes a process or a process pair and sends a process deletion system message to the 
mom of the process and to any other process that is entitled to receive the message.
oss-pid, INT(32) .EXT:ref:1 returned value
oss-program-file, STRING .EXT:ref:* input
fdinfo, STRING .EXT:ref:(ZSYS^DDL^FDINFO) input
argv, EXTADDR .EXT:ref:1 input
envp, EXTADDR .EXT:ref:1 input
inheritance, STRING .EXT:ref:(ZSYS^DDL^INHERITANCE) input
inheritance-length, INT(32):value input
prcoess-extension, STRING 
.EXT:ref:(ZSYS^DDL^PROCESSEXTENSION)
input
process-results, STRING 
.EXT:ref:(ZSYS^DDL^PROCESSRESULTS)
input:output
nowait-tag, INT(32):value input
path, STRING .EXT:ref:* input
error := PROCESS_STOP_ ( [ processhandle ]
 ,[ specifier ]
 ,[ options ]
 ,[ completion-code ]
 ,[ termination-info ]
 ,[ spi-ssid ]
 ,[ text:length ] );
error, INT returned value
processhandle, INT .EXT:ref:10 input
specifier, INT:value input
0 Stop the specified process only.
1 Stop both members if the specified process is part of a named process pair; otherwise, 
stop the specified process.
2 Stop the caller’s opposite member, but not the caller, if it is part of a named process pair. 
The processhandle parameter is ignored.
options, INT:value input










