ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.TPriority
Syntax
Pascal
TPriority = (
  Highest,
  Normal
);
Members 
Description 
Highest 
The work item will be processed before all other work items.  
Normal 
The workitem has normal priroty. 

The priorities work-items can have.