This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Android.Adb.
Summary
Waits for an emulator to boot (dev.bootcomplete=1)
Syntax
public static bool AdbWaitForEmulatorToBoot(this ICakeContext context, TimeSpan timeout, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
timeout |
TimeSpan |
Timeout. |
settings |
AdbToolSettings |
Settings. |
Return Value
Type |
Description |
bool |
true , if emulator booted, false otherwise. |