JVCL Help:TJvMTThread.Status
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMTThread.Status Property
[+] TJvMTThread Events
[+] TJvMTThread Methods
[+] TJvMTThread Properties
Search in JVCL Help
Search in all projectsSummary
Indicates the current state of the thread.
Pascal
propertyStatus: TMTThreadStatus;
Description
Status indicates the current state of the thread. It can have one of the following values:
Value | Meaning |
tsInitializing | The thread is not yet created. The thread is created but not running. |
tsWaiting | The thread is suspended. The thread was running, but is waiting for something. |
tsRunning | The thread is running. |
tsTerminating | The thread has been asked to terminate. The thread is running, but going to stop soon. |
tsFinished | The thread has finished executing. The thread has finished but is still Acquired. |
See Also
TJvMTThread.Run, TJvMTThread.Terminate
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page