Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
8-33
STOP 
(Superseded by PROCESS_STOP_) Deletes a process or a process pair and signals that 
the deletion was caused by a normal condition. (A STOP system message is sent to the 
deleted process’s creator.)
STRING_UPSHIFT_ 
Changes all the alphabetic characters in a string to uppercase.
CALL STOP ( [ process-id ]
 ,[ stop-backup ]
 ,[ error ]
 ,[ compl-code ]
 ,[ termination-info ]
 ,[ spi-ssid ]
 ,[ length ]
 ,[ text ] );
process-id, INT:ref:4 input
stop-backup, INT:value input
error, INT:ref:1 output
compl-code, INT:value input
termination-info, INT:value input
spi-ssid, INT .EXT:ref:6 input
length, INT:value input
text, STRING.EXT:ref:length input
< (CCL) The process-id parameter is invalid, or an error occurred while stopping the 
process.
= (CCE) STOP was successful.
error := STRING_UPSHIFT_ ( in-string:length
 ,out-string:maxlen );
error, INT returned value
0 Operation successful.
1 Reserved.










