class OnStop

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

Report that the component has stopped, with data about its termination. This will

cause the component to make a lifecycle transition to `Stopped`.

Once the runner has sent `OnStop` it is free to close this [ComponentRunner]; the

component framework will close its end of the channel when it receives this event.

Alternatively, a runner may close the controller channel without this event to signal

component stop, but this method is legacy and no longer recommended.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal