ALM Open Test Architecture API Type Library Version 12.55
Progress Method
The total number of bytes to be transferred.
The number of bytes transferred so far.
Description
Polls the progress of the last action (Load or Save).
Syntax
Visual Basic
Public Function Progress( _
   ByRef Total As Long, _
   ByRef Current As Long _
) As String
Parameters
Total
The total number of bytes to be transferred.
Current
The number of bytes transferred so far.
Return Type
Null
See Also

IExtendedStorage Interface  | IExtendedStorage Members