nn::os::Alarm::CanSet Member Function#include <nn/os.h> bool CanSet() const;
None.
true if alarms can be set, and false otherwise. Determines whether the current state allows alarms to be set.
If an alarm has already been set and a handler is scheduled to run in the future, this function returns false. Even if Cancel is called, this function will not return true until the handler has been called.
CONFIDENTIAL