Has the thread finished executing.
Source position: classesh.inc line 2401
public property TThread.Finished : Boolean |
Finished is True when TThread.Execute has finished executing, but the thread is still cleaning up (calling OnTerminate, etc).
|
Execute method. Must be overridden in a descendant thread. |
|
|
Event called when the thread terminates. |