stop_components()
QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper
Stop a component or module
Synopsis:
stop_components("component_name/module_name")
Description:
The stop_components() function stops the component or module specified in component_name/module_name. If the component or module name is not found then it is assumed that the stop_components() function has failed.
Example:
stop_components("rootfs")
Multiplicity:
Zero or more instances in a task block.
Constraints:
The validity of the components or modules listed isn’t checked until the task is being handled at run-time.
Page updated:
