hm_jobs_terminateJob

Kills a running job.

Syntax

hm_jobs_terminateJob server_job_id

Type

HyperMesh Tcl Query Command

Description

Kills a running job.

Inputs

server_job_id
The server job ID returned after submitting a job that should be terminated.

Examples

To kill job ID 122366.admin:

hm_jobs_terminateJob 122366.admin

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0.130