template <>

class WireWeakOnewayBufferClientImpl

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

Public Methods

::fidl::OneWayStatus 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.

Caller provides the backing storage for FIDL message.

::fidl::OneWayStatus Kill ()

Immediately terminate the run. RunController will disconnect after all

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

are in progress.

Caller provides the backing storage for FIDL message.