|
||
struct TImCacheManagerProgress;
Holds progress of a cache management cleanup operation.
Defined in TImCacheManagerProgress
:
iMessagesProcessed
Number of messages processed so far. iTotalMessages
Total number of messages to process.CImCacheManager::ProgressL()
Gets information on the progress of the operation.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.