nn::os::LightEvent::IsSignaled Member Function#include <nn/os.h> bool IsSignaled() const;
None.
true if the flag is set; returns false otherwise. Obtains whether the flag is set.
This function is used mostly for debugging. In most cases, you should use TryWait instead.
This function merely gets information about whether the flag is set, regardless of whether the event is reset automatically or manually. It does not change the status of the flag.
CONFIDENTIAL