AppendAutomationTotalPerc event |
|
Remarks
Occurs during an append automation session in order to inform about the total advancement percentage. The append automation session is started through a previous call to the AppendAutomationExecute method.
Syntax
[Visual Basic] AppendAutomationTotalPerc ( ByVal nPercentage as integer ) |
[C++] void AppendAutomationTotalPerc ( short nPercentage ); |
Parameter |
Description |
|
|
nPercentage |
Number representing the percentage of advancement for the current append session |