Android.OS.UserManager.IsUserRunningOrStopping Method
Return whether the given user is actively running or stopping.

Syntax

[Android.Runtime.Register("isUserRunningOrStopping", "(Landroid/os/UserHandle;)Z", "GetIsUserRunningOrStopping_Landroid_os_UserHandle_Handler")]
public virtual bool IsUserRunningOrStopping (UserHandle user)

Parameters

user
The user to retrieve the running state for.

Returns

Documentation for this section has not yet been entered.

Remarks

Return whether the given user is actively running or stopping. This is like UserManager.IsUserRunning(UserHandle), but will also return true if the user had been running but is in the process of being stopped (but is not yet fully stopped, and still running some code).

[Android Documentation]

Requirements

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