ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.TAllWorkItemsFinished
Syntax
Pascal
TAllWorkItemsFinished = reference to procedure(pWasCancelled: Boolean);
Parameters 
Description 
pWasCancelled 
True if the work in the threadpool was cancelled; False if the work was finished normally. 

Event that is fired whn all work items in a threadpool finished their work.