The QosClass Enum

Introduction

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

Enum synopsis

QosClass Pcntl::Background Runs the process after all high-priority ones had ran their courses. Pcntl::Default Runs the process after all high-priority processes but before the low-priority ones. Pcntl::UserInteractive Runs the process as the highest priority level. Pcntl::UserInitiated Runs the process at high priority level but below Pcntl::UserInteractive ones.