AppendAutomationFilePerc event |
|
Remarks
Occurs during an append automation session in order to inform about the advancement percentage of a single element of the session. You can be informed about the total advancement of the append session through the AppendAutomationTotalPerc event.
The append automation session is started through a previous call to the AppendAutomationExecute method.
Syntax
[Visual Basic] AppendAutomationFilePerc ( ByVal nPercentage as integer, ByVal nFileCounter as integer ) |
[C++] void AppendAutomationFilePerc ( short nPercentage, short nFileCounter ); |
Parameter |
Description |
|
|
nPercentage |
Number representing the current percentage of advancement for the file currently being appended by the append automation session |
nFileCounter |
Number representing the counter of the file currently being appended |