The Pcntl\QosClass Enum

Introduction

The Pcntl\QosClass enum is used to specify the user process priority with pcntl_setqos_class.

Enum synopsis

Pcntl\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.