nn::ndm::ResumeScheduler FunctionResult ResumeScheduler( void );
None.
| Value | Description |
|---|---|
| ResultNotSuspended | No suspend instructions have been issued by the calling process. |
Resumes daemon scheduling.
If SuspendScheduler has been called multiple times by this process, the suspension of operations will not be lifted unless ResumeScheduler is called that same number of times.
If you are conducting communication in the foreground using an Internet connection and plan to finalize communication using a function like nn::ac::Close or nn::friends::Logout, call the ResumeScheduler function before the finalization process starts.
CONFIDENTIAL