Remarks
All possible states of the application.
Values
EOS_EApplicationStatus
Enumerated Value | Meaning |
---|---|
EOS_AS_BackgroundConstrained | Xbox only. Notifies the SDK that the application has entered constrained mode. While in constrained mode, the application has reduced access to reserved system resources. |
EOS_AS_BackgroundUnconstrained | Xbox only. Notifies the SDK that the application has returned from constrained mode, and is back to running in a regular state with full access to system resources. The SDK will handle this state change and automatically transition its active state to EOS_AS_Foreground. As result, after the application has set the EOS_AS_BackgroundUnconstrained state, calling EOS_Platform_GetApplicationStatus will return EOS_AS_Foreground as the persisted active state. |
EOS_AS_BackgroundSuspended | Notifies the SDK that the application has been put into suspended state by the platform system. |
EOS_AS_Foreground | Notifies the SDK that the application has been resumed from suspended state. This is the default active state on all platforms. |