HP SVA V2.1 Visualization System Software Reference Guide

svaTerminateJobStep(3)
NAME
svaTerminateJobStep -- Terminates a whole job, a particular job step, or a process.
Synopsis
svaTerminateJobStep { -p pid }
svaTerminateJobStep { job-step }
Parameters
-p pid
The process ID of a particular process to be terminated.
job-step
The ID of the job or job step to be cancelled (terminated). The job step may be a
simple whole number, indicating that an entire job should be cancelled. It also
may be of the form JOB.STEP, indicating that a particular step should be cancelled.
Returns
None.
Description
This function terminates a whole job, a particular job step, or a particular process using the -p
pid form of the function.
It is not an error to use this function to terminate jobs, job steps, or processes which have already
ended; the function will silently ignore these requests.
Make sure the job launch script sources the svainit file before this function is called:
. svainit
35