Interface ICancellable
The definition of the interface which supports the cancellation of a process.
Namespace: SharpSevenZip
Assembly: SharpSevenZip.dll
Syntax
public interface ICancellable
Properties
| Edit this page View SourceCancel
Gets or sets whether to stop the current archive operation.
Declaration
bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |
Skip
Gets or sets whether to skip the current file.
Declaration
bool Skip { get; set; }
Property Value
Type | Description |
---|---|
bool |