Status
(number) The status of the current callback message. Either ZIP_STATUS_MAJOR or ZIP_STATUS_MINOR. ZIP_STATUS_MAJOR means that the callback corresponds to the progress of the action as a whole. ZIP_STATUS_MINOR means that the callback corresponds to the progress of the current file.
The callback function should return a boolean value (true or false) indicating whether the archiving of the Zip file should continue:
VALUE DESCRIPTION |
|
true |
Continue with the Zip file archiving. |
false |
Stop the Zip file archiving as soon as possible. |