hm_jobs_startService

To explicitly start the PBS-sensor services.

Syntax

hm_jobs_startService

Type

HyperMesh Tcl Query Command

Description

This command is used to explicitly start the PBS-sensor services. Any of the actions related to server go through PBS-sensor services. By default, PBS-sensor is started implicitly when any job related API is being used. In special cases this can be used to invoke the PBS-sensor services.

Examples

To invoke PBS-sensor services explicitly:

hm_jobs_startService

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