Xceed Zip Compression Library Documentation
xceBusy constant
Xceed Compression control reference > Xceed Compression control error codes > xceBusy constant

Value

1008

Description

The current instance of the library is already running another operation.

Tips

Although the library is fully multi-threaded, each instance of the Xceed Compression control can only do one operation at a time. This makes event handling much clearer. The developer can create another instance of the library if it is necessary to do another, independent compression or decompression, operation simultaneously.