hm_jobs_getServerDetails
Returns the name, IP and port of a server.
Syntax
hm_jobs_getServerDetails name
Type
HyperMesh Tcl Query
Description
Returns the name, IP and port of a server. If the server does not exist, nothing is returned.
Inputs
- name
- The name of the server to query.
Example
To query the server named HWUL:
hm_jobs_getServerDetails 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
14.0.130