STOP

System Testing Supervisor Script Language.

Syntax

STOP <process>

where:

  1. <process> is the identifier of a process

Purpose

The STOP instruction stops a process began with the EXECUTE instruction.

Example

HOST target IS antares

EXECUTE server IS machine:server

...

STOP server

Related Topics

ENDOF | EXECUTE