template <>

class NaturalClientImpl

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

Public Methods

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

The process must clean up its state in preparation for termination, and

must close the channel hosting the `Lifecycle` protocol when it is

ready to be terminated. The process should exit after it completes its

cleanup. At the discretion of the system the process may be terminated

before it closes the `Lifecycle` channel.