Android.App.ActivityManager.ProcessesInErrorState Property
Returns a list of any processes that are currently in an error condition.

Syntax

[get: Android.Runtime.Register("getProcessesInErrorState", "()Ljava/util/List;", "GetGetProcessesInErrorStateHandler")]
public virtual IList<ActivityManager.ProcessErrorStateInfo> ProcessesInErrorState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a list of any processes that are currently in an error condition. The result will be null if all processes are running properly at this time.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1