template <>

class NaturalClientImpl

Defined at line 1172 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_messaging.h

Public Methods

::fidl::internal::NaturalThenable< ::fuchsia_test_manager::RunController::GetEvents> GetEvents ()

Iterator over events for the run. This method is a hanging get; it

returns an empty vector only when there will be no further events

(the run completed).

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

Stop the run gracefully. RunController will disconnect after all

resources are released and all the events in this controller are drained.

This method is used to allow the run to complete tests that are in progress,

but will prevent starting new tests.

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

Immediately terminate the run. RunController will disconnect after all

resources are released. This method will terminate tests even if they

are in progress.