Discuss this help topic in SecureBlackbox Forum
This event is fired periodically to shows amount of processed data and ask if processing is continued.
Declaration
Parameters
Description
This event notifies the application about the progress of data processing. The event handler receives the amount of processed data in bytes. To get amount of processed data in percents just count ((Processed * 100) / length_of_incoming_data).