nn::ndm::Resume Function

Syntax

Result Resume(
     DaemonName name
);

Arguments

Name Description
in name Specifies the target daemon.

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 autonomous operation of the network daemon.

If Suspend has been called multiple times by the calling process, the suspension is not lifted until Resume is called that same number of times.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL