nn::ndm::ResumeScheduler Function

Syntax

Result ResumeScheduler(
     void
);

Arguments

None.

Return Values

Returns whether 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.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL