Enum AppLifecycleState
Defined in File Enums.hpp
Enum Documentation
-
enum Microsoft::Applications::Events::AppLifecycleState
The AppLifecycleState enumeration contains a set of values that specify the lifecycle state of the application.
Values:
-
enumerator AppLifecycleState_Unknown
Lifecycle state unknown.
-
enumerator AppLifecycleState_Launch
The application launched.
-
enumerator AppLifecycleState_Exit
The application exited.
-
enumerator AppLifecycleState_Suspend
The application suspended.
-
enumerator AppLifecycleState_Resume
The application resumed.
-
enumerator AppLifecycleState_Foreground
The application came back into the foreground.
-
enumerator AppLifecycleState_Background
The application went into the background.
-
enumerator AppLifecycleState_Unknown