TaskInfo.IsRunning Property

Definition

Whether or not this task has any running activities.

[Android.Runtime.Register("isRunning", ApiSince=29)]
public bool IsRunning { get; set; }
[<Android.Runtime.Register("isRunning", ApiSince=29)>]
member this.IsRunning : bool with get, set

Property Value

Attributes

Remarks

Whether or not this task has any running activities.

Java documentation for android.app.TaskInfo.isRunning.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to