The Pcntl\QosClass EnumIntroductionThe Pcntl\QosClass enum is used to specify the user process priority with pcntl_setqos_class. Enum synopsisPcntl\QosClass Background Runs the process after all high-priority ones had ran their courses. Default Runs the process after all high-priority processes but before the low-priority ones. UserInteractive Runs the process as the highest priority level. UserInitiated Runs the process at high priority level but below UserInteractive ones. |