Enum ExtractFileCallbackReason
The reason for calling ExtractFileCallback.
Namespace: SharpSevenZip.EventArguments
Assembly: SharpSevenZip.dll
Syntax
public enum ExtractFileCallbackReason
Fields
Name | Description |
---|---|
Done | All data has been written to the target without any exceptions. |
Failure | An exception occurred during extraction of the file. |
Start | ExtractFileCallback is called the first time for a file. |