JVCL Help:TJvThreadTimer.Priority
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvThreadTimer.Priority Property
[+] TJvThreadTimer Methods
[+] TJvThreadTimer Properties
Search in JVCL Help
Search in all projectsSummary
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