#include "../enum.hpp"Contains xtd::diagnostics::process_priority_class enum class.
Go to the source code of this file.
Namespaces | |
| namespace | xtd | 
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.  | |
| namespace | xtd::diagnostics | 
| The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters.  | |
Enumerations | |
| enum class | xtd::diagnostics::process_priority_class {  xtd::diagnostics::process_priority_class::normal , xtd::diagnostics::process_priority_class::idle , xtd::diagnostics::process_priority_class::high , xtd::diagnostics::process_priority_class::real_time , xtd::diagnostics::process_priority_class::below_normal , xtd::diagnostics::process_priority_class::above_normal }  | 
| Indicates the priority that the system associates with a process. This value, together with the priority value of each thread of the process, determines each thread's base priority level.  More... | |