nn::applet::CTR::WakeupState Enumerated Typeenum WakeupState;
| Value | Description |
|---|---|
WAKEUP_SKIP |
|
WAKEUP_TO_START |
Resume operations after being woken up by a normal request. |
WAKEUP_BY_EXIT |
Resume operations after being woken up by a program exiting. |
WAKEUP_BY_PAUSE |
Resume operations after being woken up by a program pausing. |
WAKEUP_BY_CANCEL |
Exit after being woken up by a cancel notification. |
WAKEUP_BY_CANCELALL |
Exit after being woken up by a cancel notification. If necessary, other programs will also be forced to exit. |
WAKEUP_BY_POWER_BUTTON_CLICK |
Jump to the sleep-recommended screen after the System Menu is woken up by a double POWER Button press. |
WAKEUP_BY_TIMEOUT |
Timeout. |
Enumerated type representing start requests.
These are used as the return values for the WaitForStarting function and the JumpToHomeMenuIfPrepared function (which itself calls and returns the return value from WaitForStarting).
CONFIDENTIAL