SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-103
STOP
continues to exist. The STOP statement stops only the process associated with the 
designated taskid.
The STOP statement does not terminate the existence of the actual declared 
taskid, alter any of its attributes, or affect any windows that are referencing the 
taskid. 
\ node
specifies the system node name where the process to be stopped exists.
$name
specifies the process name of the process to be stopped.
cpu, pin
specifies the processor number and process identification number of the program 
to be stopped.
!
causes SeeView to stop non-SeeView tasks if SeeView has proper security access 
to those tasks.
Example 
This example shows the STOP statement. 
STOP edit;
STOP 1,113;
STOP \chicago.$Z123; STATUS










