Currently executed step of ArchiveOperation.
Namespace:
Rebex.IO.CompressionAssembly: Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0
Syntax
| C# |
|---|
public enum ArchiveOperationStep |
| Visual Basic (Declaration) |
|---|
Public Enumeration ArchiveOperationStep |
| Visual C++ |
|---|
public enum class ArchiveOperationStep |
Members
| Member name | Description | |
|---|---|---|
| HierarchyRetrieving |
Retrieval of the file system or the archive hierarchy was started.
| |
| HierarchyRetrieved |
Retrieval of the file system or the archive hierarchy was successfully completed.
| |
| HierarchyRetrievalFailed |
Retrieval of the file system or the archive hierarchy failed or operation was canceled.
| |
| FileChecking |
Necessary checks of a file were started.
| |
| FileProcessing |
File processing was started.
| |
| FileProcessed |
File was successfully processed.
| |
| FileSkipped |
File was skipped.
| |
| FileProcessingFailed |
File processing failed or the operation was canceled.
| |
| DirectoryChecking |
Directory processing was started.
| |
| DirectoryCreated |
Directory was successfully created. If directory already exists, this event is not raised.
| |
| DirectorySkipped |
Directory with whole content was skipped (no files or subdirectories are to be processed).
| |
| DirectoryCreationFailed |
Creation of directory failed or the operation was canceled.
| |
| FileDataBlockProcessed |
A file data block was processed.
|