ShellBrowser Delphi Components Documentation
Jam.Threading Structs, Records, Enums
Jam.Threading
Legend
Structs, Records, Enums
Name
Description
TPriority = (
Highest,
Normal
);
The priorities work-items can have.
TTaskStatus = (
Created,
WaitingToRun,
Running,
Paused,
Completed,
Canceled
);
The states in that a task or workitem can be in.
Contents
|
Index
|
Home