Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TThread.Suspend (deprecated)

Suspends the thread's execution.

Declaration

Source position: classesh.inc line 2041

public procedure TThread.Suspend;

Description

On non-Windows platforms, a thread can only suspend itself. Other threads can wake up a suspended thread by calling TThread.Start.

See also

TThread.Resume

  

Resumes the thread's execution. Deprecated, see TThread.Start.

TThread.Start

  

Starts a thread that was created in a suspended state.


Documentation generated on: Jul 24 2023