template <>
class WireSyncBufferClientImpl
Defined at line 262 of file fidling/gen/sdk/fidl/fuchsia.process.lifecycle/fuchsia.process.lifecycle/cpp/fidl/fuchsia.process.lifecycle/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus 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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.