hm_jobs_setCurrentServer
Sets a server as current.
Syntax
hm_jobs_setCurrentServer name
Type
HyperMesh Tcl Query Command
Description
Set a server as current, and server actions correspondingly happen on the current server.
Inputs
- name
 - The name of the server to set as current.
 
Example
To set server HWUL as current:
hm_jobs_setCurrentServer HWUL
    Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
14.0.130