[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Suspends the thread's execution.
Source position: classesh.inc line 1528
public procedure TThread.Suspend; |
On non-Windows platforms, a thread can only suspend itself. Other threads can wake up a suspended thread by calling TThread.Resume.
|
Resumes the thread's execution. |