nn::os::ManagedThread::Start Member Function#include <nn/os.h> void Start();
None.
Starts the processing of the thread.
The thread must have been created already with any one of the following functions: Initialize, TryInitialize, InitializeUsingAutoStack, or TryInitializeUsingAutoStack.
CONFIDENTIAL