nn::os::WaitObject::WaitOne Member Function#include <nn/os.h>
bool WaitOne(
nn::fnd::TimeSpan timeout
);
| Name | Description | |
|---|---|---|
| in | timeout | Specifies the timeout period. |
false indicates that the operation timed out. Waits for a single instance object, using a timeout period.
CONFIDENTIAL