nn::applet::CTR::IsActive Function
bool IsActive(
void
);
None.
true in the active state and false otherwise. Determines whether an application is currently running.
An application is considered to be active when it is running; it is considered to be inactive when it has been interrupted by a call to a library applet or when control has moved to the HOME Menu.
Some functions, such as the sleep query callback, can even be invoked from an inactive state. These callbacks can determine whether the application is currently running.
CONFIDENTIAL