70-484 · Question #1
You need to ensure that launching the app displays the required information. From which ApplicationExecutionState enumeration should you configure the user interface state?
The correct answer is E. Terminated. The user closes the app through the close gesture or Alt+F4 and takes longer than 10 seconds to activate the app again. - From scenario: The app must meet the following technical requirements: - Retain state for each user and each device. - Restore previously saved state each tim
Question
You need to ensure that launching the app displays the required information. From which ApplicationExecutionState enumeration should you configure the user interface state?
Options
- AClosedByUser
- BSuspended
- CNotRunning
- DRunning
- ETerminated
How the community answered
(38 responses)- A16% (6)
- B5% (2)
- D8% (3)
- E71% (27)
Explanation
The user closes the app through the close gesture or Alt+F4 and takes longer than 10 seconds to activate the app again. - From scenario: The app must meet the following technical requirements: - Retain state for each user and each device. - Restore previously saved state each time the app is launched. Your app can use activation to restore previously saved data in the event that the operating system terminates your app, and subsequently the user re-launches it. The OS may terminate your app after it has been suspended for a number of reasons. The user may manually close your app, or sign out, or the system may be running low on
Topics
Community Discussion
No community discussion yet for this question.