PBS_HOLDJOB
Issue a batch request to place a hold upon a job.
result = pbs.pbs_holdjob(c, job_id, hold_type, extend)
In
c::
Connection id
job_id::
Identifies which job is to be put in hold status, it is specified in the form: sequence_number.server
hold_type::
The parameter, hold_type, contains the type of hold to be applied. The possible values are (default is 'u'):
- "u" : Available to the owner of the job, the batch operator and the batch administrator.
- "o" : Available to the batch operator and the batch administrator.
- "s" : Available only to the batch administrator.
extend::
The parameter, extend, is reserved for implementation defined extensions. For now extend="NULL"
Out
result::
If non-zero then an error has occured.
Last modified 17 years ago
Last modified on 09/18/06 15:59:10