JVCL Help:TJvMTManager.TerminateThreads

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

Search in JVCL Help

 
Search in all projects
 

Summary

Terminates all threads.


Pascal

 procedureTerminateThreads;


Description

Call TerminateThreads to send the terminate signal to all running threads. The function can return before all threads have actually terminated. Thus, call WaitThreads after this function to make sure that all threads have actually finished.


See Also

TJvMTManager.WaitThreads


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