hm_jobs_getServerList
Returns the list of servers added by HyperMesh.
Syntax
hm_jobs_getServerList
Type
HyperMesh Tcl Query
Description
Returns the list of servers added by HyperMesh.
Note that the "local" server is always available by default in the servers list and can neither be deleted nor edited.
Example
To get the list of added servers:
hm_jobs_getServerList
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