Enum ApplicationRunningContext.AppState
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
Enumeration for the application state.
public enum ApplicationRunningContext.AppState
Fields
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. |