JVCL Help:TJvMTThread.Status

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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