This method suspends the thread.
Threads usually block when waiting for a resource like a mutex or event flag, so suspend is rarely used by the generated code. You can use suspend for advanced scheduling.
Public
void suspend();