JVCL Help:TJvThreadTimer.Priority

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the thread's scheduling priority relative to other threads in the process.


Pascal

 propertyPriority: TThreadPriority;


Description

Priority indicates the priority used when scheduling the thread. Adjust the priority higher or lower as needed.


About

Notes

Boosting the thread priority of a CPU intensive operation may "starve" the other threads in the application. Only apply priority boosts to threads that spend most of their time waiting for external events.


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