at_stopproc - Terminates a subprocess

SYNOPSIS

at_stopproc proc_id?all

ARGUMENTS

proc_id
Subprocess ID as returned by at_createproc

DESCRIPTION

This command will attempt to delete a subprocess. It uses the supplied proc_id to determine which one to delete. It is also possible for the user to specify all as the argument. In this instance, at_stopproc will attempt to terminate all processes that have been created.

The leagal forms of the at_queryproc command are:

at_stopproc proc_id
Terminates the subprocess with the identifier proc_id.
at_stopproc all
Terminates all subprocesses.

KEYWORDS

ATwish, subprocess


Original: dmckay (10-NOV-1994)
Modified: dmckay (17-JUL-1995)