nn::os::LightEvent::TryWait Member Function#include <nn/os.h> bool TryWait();
None.
true if the flag was set; returns false otherwise. Obtains whether the flag is set.
For an automatically resetting event, it also clears the flag if the flag is set.
CONFIDENTIAL