xtd 0.2.0
process_priority_class.h File Reference
#include "../enum.h"

Definition

Contains xtd::diagnostics::process_priority_class enum class.

Include dependency graph for process_priority_class.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::diagnostics
 The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters.
 

Enumerations

enum  xtd::diagnostics::process_priority_class {
  xtd::diagnostics::process_priority_class::normal = 0x20,
  xtd::diagnostics::process_priority_class::idle = 0x40,
  xtd::diagnostics::process_priority_class::high = 0x80,
  xtd::diagnostics::process_priority_class::real_time = 0x100,
  xtd::diagnostics::process_priority_class::below_normal = 0x4000,
  xtd::diagnostics::process_priority_class::above_normal = 0x8000
}
 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...