nn::os::ManagedThread::IsAlive Member Function#include <nn/os.h> bool IsAlive() const;
None.
true if the thread being managed is still alive and has not ended, or false if it has completed. Determines whether the thread is still alive and not yet completed.
Performs the same processing as the Thread::IsAlive function. For details, see the Thread::IsAlive function.
CONFIDENTIAL