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 2052

public property TThread.Finished : Boolean
  read FFinished;

Description

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

See also

TThread.Execue

TThread.OnTerminate

  

Event called when the thread terminates.


Documentation generated on: Jul 24 2023