Structs§
- Controller
- Holds information about the component that allows the controller to interact with and control the component.
- Launcher
Config Args - Arguments to
configure_launcherfunction. - Stop
Info - Information about a component’s termination (fuchsia.component.runner/ComponentStopInfo)
Enums§
- Launch
Error - An error encountered trying to launch a component.
Statics§
Traits§
- Controllable
- Object implementing this type can be killed by calling kill function.
Functions§
- configure_
launcher - Configures launcher to launch process using passed params and creates launch info. This starts a library loader service, that will live as long as the handle for it given to the launcher is alive.
- report_
start_ error - Sets an epitaph on
ComponentControllerserver_endfor a runner failure and the outgoing directory, and logs it.