JVCL Help:TMTThreadStatus
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TMTThreadStatus type
Search in JVCL Help
Search in all projectsSummary
Indicates the status of a thread.
Pascal
run\JvMTConsts.pas
TMTThreadStatus = (
tsInitializing,
tsWaiting,
tsRunning,
tsTerminating,
tsFinished
);
Members
Members | Description |
tsInitializing | The thread is not yet created. |
tsWaiting | The thread is suspended. |
tsRunning | The thread is running. |
tsTerminating | The thread has been asked to terminate. |
tsFinished | The thread has finished executing. |
Description
Write here a description
See Also
About
no pages or subcategories
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