wiki:TorqueUsage/Functions/Pbs_sigjob

Version 1 (modified by bas, 18 years ago) (diff)

add pbs_sigjob

PBS_SIGJOB

Issue a batch request to send a signal to a batch job.

result = pbs.pbs_sigjob(c, job_id, signal, extend)

In

c::

Connection id

job_id::

identifies which job is to be signaled, it is specified in the form: sequence_number.server

signal::

If the name of the signal is not a recognized signal name on the execution host, no signal is sent and an error is returned. If the job is not in the running state, no signal is sent and an error is returned

extend::

The parameter, extend, is reserved for implementation defined extensions. For now extend="NULL"'

Out

result::

If non-zero then an error has occured.