The CurrentOperation property indicates what the current instance of the Xceed Zip control is doing.
For example, when you are zipping files, consulting the CurrentOperation property will yield the xcoZipping constant.
This property is read-only and is not browsable by an object browser.
Enum | Value | Meaning |
---|---|---|
xcoIdle | 0 | No method currently executing |
xcoPreviewing | 1 | Executing the PreviewFiles method |
xcoListing | 2 | Executing the ListZipContents method |
xcoZipping | 3 | Executing the Zip method |
xcoUnzipping | 4 | Executing the Unzip method |
xcoRemoving | 5 | Executing the RemoveFiles method |
xcoTestingZipFile | 6 | Executing the TestZipFile method |
xcdIdle
Declaration (DLL API) | |
---|---|
UINT XzGetCurrentOperation( HXCEEDZIP hZip ) |
All methods except AddFilesToProcess and AddFilesToExclude