Xceed Zip for COM/ActiveX on x86/x64 Documentation
Xceed Zip control reference / Xceed Zip control properties / CurrentOperation property
In This Topic
    CurrentOperation property
    In This Topic

    Description

    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.

    Data type

    xcdCurrentOperation

    Possible values

    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

    Default value

    xcdIdle

    Declaration (DLL API)  
    UINT XzGetCurrentOperation( HXCEEDZIP hZip )

    Applicable methods

    All methods except AddFilesToProcess and AddFilesToExclude