help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TThreadPriority

Enumeration specifying the priority at which a thread runs.

Declaration

Source position: classesh.inc line 1208

type TThreadPriority = (

  tpIdle,

  

Thread only runs when other processes are idle.

  tpLowest,

  

Thread runs at the lowest priority.

  tpLower,

  

Thread runs at a lower priority.

  tpNormal,

  

Thread runs at normal process priority.

  tpHigher,

  

Thread runs at high priority

  tpHighest,

  

Thread runs at highest possible priority.

  tpTimeCritical

  

Thread runs at realtime priority.

);

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505