template <>

class NaturalClientImpl

Defined at line 187 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/natural_messaging.h

Public Methods

::fit::result< ::fidl::OneWayError> Stop ()

Request to stop the component instance.

After stopping the component instance, the server should close this

connection with an epitaph. After the connection

closes, component manager considers this component instance to be

Stopped and the component's namespace will be torn down.

::fit::result< ::fidl::OneWayError> Kill ()

Stop this component instance immediately.

The ComponentRunner must immediately kill the component instance, and

then close this connection with an epitaph. After the connection

closes, component manager considers this component instance to be

Stopped and the component's namespace will be torn down.

In some cases Kill() may be issued before Stop(), but that is not

guaranteed.