nn::ndm::ResumeScheduler Function

Syntax

Result ResumeScheduler(
     void
);

Parameters

None.

Return Values

Returns a value that indicates whether the function succeeded.

Value Description
ResultNotSuspended No suspend instructions have been issued by the calling process.

Description

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.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL