nn::os::WaitObject::WaitOne Member Function

Syntax

#include <nn/os.h>
bool WaitOne(
     nn::fnd::TimeSpan timeout
);

Arguments

Name Description
in timeout Specifies the timeout period.

Return Values

A return value of false indicates that the operation timed out.

Description

Waits for a single instance object, using a timeout period.


CONFIDENTIAL