JVCL Help:TJvCreateProcess.Priority

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

Search in JVCL Help

 
Search in all projects
 

Summary

Controls the priority class of a process created with TJvCreateProcess.


Pascal

 propertyPriority: TJvProcessPriority;


Description

Priority controls the new process's priority class, which is used to determine the scheduling priorities of the process's threads. The system schedules CPU cycles to each process based on a priority scale; the Priority property adjusts a process's priority higher or lower on the scale. Note that setting priority higher than normal is discouraged and may starve other applications in system.


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