[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Suspends the thread's execution.
Source position: classesh.inc line 1510
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. |
lazarus-ccr.sourceforge.net |