template <>

class NaturalEventHandlerInterface

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

Public Methods

void NaturalEventHandlerInterface ()

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

void OnEscrow (::fidl::Event< ::fuchsia_process_lifecycle::Lifecycle::OnEscrow> & )

Escrow state shortly before the component exits.

When the ELF runner receives this event, it will arrange with the

framework to wait until the current execution of the component has

finished, then start the component again when the `ZX_CHANNEL_READABLE`

signal is observed on `outgoing_dir`.

Repeated calls will replace the old escrowed value. This is discouraged.

Handles escrowed via `OnEscrow` are always delivered to the next

execution of the component.

void ~NaturalEventHandlerInterface ()

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