class Lifecycle

Defined at line 18 of file fidling/gen/sdk/fidl/fuchsia.process.lifecycle/fuchsia.process.lifecycle/cpp/fidl/fuchsia.process.lifecycle/cpp/markers.h

A component can implement the Lifecycle protocol to be notified of lifecycle

events. It can also store some state in the framework, to be redelivered to

the component the next time it is started (a practice called "escrowing").

The ELF Runner uses this protocol to communicate lifecycle changes

to the component, for more details on how it uses this protocol see:

https://fuchsia.dev/fuchsia-src/concepts/components/v2/elf_runner#lifecycle

Public Members

static Openness kOpenness

Records