[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Has the thread finished executing
Source position: classesh.inc line 1834
public property TThread.Finished : Boolean |
Finished is True when TThread.Execue has finished executing, but the thread is still cleaning up (calling OnTerminate, etc).
TThread.Execue |
||
|
Event called when the thread terminates. |