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

TThread.Finished

Has the thread finished executing.

Declaration

Source position: classesh.inc line 2342

public property TThread.Finished : Boolean
  read FFinished;

Description

Finished is True when TThread.Execute has finished executing, but the thread is still cleaning up (calling OnTerminate, etc).

See also

TThread.Execute

  

Execute method. Must be overridden in a descendant thread.

TThread.OnTerminate

  

Event called when the thread terminates.


Documentation generated on: Jan 30 2024