Service status attributes (parameter identifier: MQIACF_SERVICE_STATUS_ATTRS).
The attribute list can specify the following on its own (this is the
default value used if the parameter is not specified):
- MQIACF_ALL
- All attributes.
or a combination of the following:
- MQCA_SERVICE_DESC
- Description of service definition.
- MQCA_SERVICE_NAME
- Name of service definition.
- MQCA_SERVICE_START_ARGS
- The arguments to pass to the service program.
- MQCA_SERVICE_START_COMMAND
- The name of the program to run to start the service.
- MQCA_SERVICE_STOP_ARGS
- The arguments to pass to the stop command to stop the service.
- MQCA_SERVICE_STOP_COMMAND
- The name of the program to run to stop the service.
- MQCA_STDERR_DESTINATION
- Destination of standard error for the process.
- MQCA_STDOUT_DESTINATION
- Destination of standard output for the process.
- MQCACF_SERVICE_START_DATE
- The date on which the service was started.
- MQCACF_SERVICE_START_TIME
- The time at which the service was started.
- MQIA_SERVICE_CONTROL
- How the service is to be started and stopped.
- MQIA_SERVICE_TYPE
- The mode in which the service is to run.
- MQIACF_PROCESS_ID
- The process identifier of the operating system task under which this
service is executing.
- MQIACF_SERVICE_STATUS
- Current status of the service.