company logo

SystemClass :: DisplayProgress - Display operation progress

The function supports the operation progress display. The value passed in position64 determines the percentage of the operation performed. In order to update the maximum value while running an operation, the new maximum number of steps in the operation might be passed in max64. Progress messages might be preceded or appended by a text (e.g. the collection name for a collection being copied), which might be passed in cstring.

Implementation details

SystemClass  :: DisplayProgress ( uint64 position64, int64 max64, NString &cnstring )
  • position64 - Current position
  • max64 - Maximum number of elements
  • cnstring - String containing the text