Location:
CACHEMAN.H
struct TImCacheManagerProgress;
Holds progress of a cache management cleanup operation.
Defined in TImCacheManagerProgress
:
iMessagesProcessed
, iTotalMessages
TInt iTotalMessages;
Total number of messages to process.
Note that, immediately after a CImCacheManager
object is started, the progress operation may return 1 for iTotalMessages and 0 for iMessagesProcessed, regardless of the
total number of messages. This is because the counter for the iTotalMessages operates asynchronously and may not have counted
all of the messages at that time.
TInt iMessagesProcessed;
Number of messages processed so far.