Discuss this help topic in SecureBlackbox Forum
This event reports extraction progress.
Declaration
Parameters
- Processed - number of processed bytes of the current entry.
- Total - total size of the current archive entry.
- OverallProcessed - number of bytes processed of the whole archive.
- OverallTotal - total size of the archive in bytes.
- Cancel - this parameter allows to cancel data extraction.
Description
This event is fired by TElTarReader periodically to show extraction progress.
To abort extraction, set Cancel parameter to true.
Discuss this help topic in SecureBlackbox Forum