\Aculab\WebServicesWrapperFileDeleteStatus

The status of a file deletion.

Returned by \Aculab\WebServicesWrapper\FileWebService::deleteFileProgress()

Summary

Methods
Properties
Constants
isFinished()
getNumberFilesDeleted()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

isFinished()

isFinished() : boolean

Determine if the deletion has finished.

Returns

boolean

getNumberFilesDeleted()

getNumberFilesDeleted() : integer

Get the number of files deleted.

This value will be updated in chunks of up to 10k files while the deletion is in progress. Once the deletion has finished it will return the total number of files deleted.

Returns

integer