AmInstrumentOptions.

Wait Property

Summary

Gets or sets a value indicating whether to wait for instrumentation to finish before returning. Required for test runners.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AmInstrumentOptions

Syntax

public bool Wait { get; set; }

Value

Type Description
bool true if wait; otherwise, false.