Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Enum TProcessPriority

TProcessPriority

Support

Supported from 5.0

Description

Defines process priorities.

The enumeratopr values are passed to RProcess::SetPriority().

The priorities are listed in relative order stating with the lowest.

EPriorityLow

Lowest priority for User processes

EPriorityBackground

Priority for background tasks

EPriorityForeground

Priory for foreground tasks

EPriorityHigh

Highest priority for user User processes

EPriorityWindowServer

The priority of the Window Server. User processes cannot set their priority to this value.

EPriorityFileServer

The priority of the File Server. User processes cannot set their priority to this value.

EPriorityRealTimeServer

Real time server priority. User processes cannot set their priority to this value.

EPrioritySupervisor

The Kernel supervisor priority. User processes cannot set their priority to this value.