class ExecutionController
Defined at line 10368 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/hlcpp/fuchsia/component/cpp/fidl.h
Public Methods
void ~ExecutionController ()
void Stop ()
Initiates a stop action on this component. Once complete, OnStop will be
called with the stopped payload and this channel is closed.
Note that a component may stop running on its own at any time, so it is
possible for `OnStop` to be received before `Stop` is called.
Protected Methods
void handle_unknown_method (uint64_t ordinal, bool method_has_response)
Friends
class ExecutionController_Stub