JVCL Help:TJvMTThread.Wait

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

Search in JVCL Help

 
Search in all projects
 

Summary

Waits for the thread to terminate.


Pascal

 procedureWait;


Description

Returns when the thread state becomes tsFinished.
Wait doesn't return until the thread terminates, so the thread must exit either by finishing the OnExecute handler or by calling CheckTerminate after Terminate has been called.


See Also

TJvMTThread.OnExecute


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