Module lifecycle

Source

Enums§

ActionError
Errors that apply to all lifecycle actions.
CreateError
DestroyError
ResolveError
StartError

Functions§

create_instance_in_collection
Uses the fuchsia.sys2.LifecycleController protocol to create a dynamic component instance with the given moniker and url.
destroy_instance_in_collection
Uses the fuchsia.sys2.LifecycleController protocol to destroy a dynamic component instance with the given moniker.
resolve_instance
Uses the fuchsia.sys2.LifecycleController protocol to resolve a component instance with the given moniker.
start_instance
Uses the fuchsia.sys2.LifecycleController protocol to start a component instance with the given moniker.
start_instance_with_args
Uses the fuchsia.sys2.LifecycleController protocol to start a component instance with the given moniker.
stop_instance
Uses the fuchsia.sys2.LifecycleController protocol to stop a component instance with the given moniker.
unresolve_instance
Uses the fuchsia.sys2.LifecycleController protocol to unresolve a component instance with the given moniker.