TThread.Finished
Has the thread finished executing
Declaration
Source position: classesh.inc line 1989
public Property
Finished : Boolean;
Description
Finished is True when TThread.Execue]() has finished executing, but the thread is still cleaning up (calling OnTerminate, etc).
See also
Name | Description |
---|---|
TThread.Execue | |
TThread.OnTerminate | Event called when the thread terminates. |