SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

onProgress (event)

Reports the progress of data compression.

Syntax

- (void)onProgress:(long long)processed :(long long)total :(long long)overallProcessed :(long long)overallTotal :(int*)cancel;
func onProgress(_ processed: Int64, _ total: Int64, _ overallProcessed: Int64, _ overallTotal: Int64, _ cancel: inout Int32)

Remarks

Subscribe to this event to be notified about compression progress.

Processed and Total report the progress of compression of the current entry; OverallProcessed and OverallTotal report the progress of the whole operation. Set Cancel to true to stop the operation.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]