hm_jobs_getJobStatus
Returns the present status of a job on a server.
Syntax
hm_jobs_getJobStatus server_job_id
Type
HyperMesh Tcl Query Command
Description
Returns the present status of a job on a server. If the job is not available or has been terminated, an empty list is returned.
Inputs
- server_job_id
- The server job ID returned after submitting a job that is to be queried.
Example
To query job ID 122366.admin:
hm_jobs_getJobStatus 122366.admin
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.130