Enum ApplicationRunningContext.AppState

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Common.dll
API Level:
3

Enumeration for the application state.

C#
Copy
public enum AppState
Name Description
Background

The UI application is running in the background.

Foreground

The UI application is running in the foreground.

Service

The service application is running.

Terminated

The application is terminated.

Undefined

The undefined state.