Describes a phase of current archive operation.
Unit
ZipForge
type TZFProgressPhase = (ppStart, ppProcess, ppEnd);
Description
TZFProgressPhase value specifies phase of current archive operation.
TZFProgressPhase value can be set to any of the following values:
Value
|
Meaning
|
ppStart
|
This value corresponds to the start phase of the operation
|
ppProcess
|
This value corresponds to the middle phase of the operation
|
ppEnd
|
This value corresponds to the end phase of the operation
|
|
|