hm_jobs_getAppList

Returns the list of applications available for a given server.

Syntax

hm_jobs_getAppList name

Type

HyperMesh Tcl Query Command

Description

Returns the list of applications available for a given server.

Inputs

name
The name of the server to query.

Examples

To query server HWUL:
hm_jobs_getAppList HWUL

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

2021.2