nn::applet::CTR::WakeupState Enumerated Typeenum WakeupState;
| Value | Description |
|---|---|
WAKEUP_SKIP |
Indicates that a process was skipped. No further action is necessary. |
WAKEUP_TO_START |
Indicates a normal startup from an applet such as the HOME Menu. Resume operations. |
WAKEUP_BY_EXIT |
Indicates that an application was woken up because some other application was closed. Resume operations. |
WAKEUP_BY_PAUSE |
Indicates that an application was woken up because some other application was suspended. Resume operations. |
WAKEUP_BY_CANCEL |
Indicates that an application was woken up by a cancel notification. Close it immediately. |
WAKEUP_BY_CANCELALL |
Applications may ignore this value. |
WAKEUP_BY_POWER_BUTTON_CLICK |
Indicates that an application was woken up by a POWER Button press. Close it immediately. |
WAKEUP_TO_JUMP_HOME |
Applications may ignore this value. |
WAKEUP_TO_JUMP_APPLICATION |
Applications may ignore this value. |
WAKEUP_TO_LAUNCH_APPLICATION |
Applications may ignore this value. |
WAKEUP_BY_TIMEOUT |
Indicates a timeout. |
Enumerated type indicating wakeup requests.
This is used as the return value from the WaitForStarting function.
CONFIDENTIAL