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
Gets or sets a value indicating whether force stop the target app before starting the activity.
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AmStartOptions
Syntax
public bool ForceStopTarget { get; set; }
Value
Type | Description |
---|---|
bool | true if force stop target; otherwise, false . |