hm_jobs_setServiceProperty
Sets a service property for the PBS-sensor.
Syntax
hm_jobs_setServiceProperty service_name value
Type
HyperMesh Tcl Query Command
Description
Sets a service property for the PBS-sensor. This is useful for changing the start-up time, log info, and so on.
Inputs
- service_name
- The name of the service to update.
- value
- The value to update to.
Examples
hm_jobs_setServiceProperty "startup_timeout" 240
hm_jobs_setServiceProperty "debug" true
hm_jobs_setServiceProperty "implicit_start" true
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.130