hm_jobs_getServerListFromServices
Returns the list of servers added by all applications.
Syntax
hm_jobs_getServerListFromServices
Type
HyperMesh Tcl Query
Description
Returns the list of servers added by all applications.
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_getServerListFromServices
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