iprogress
September 14, 2025 ยท View on GitHub
Shows how to use xtd::iprogress interface.
Sources
Build and run
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run
Output
Started
completion= 0%, message="Initialized"
completion= 20%, message="Device opened"
completion= 40%, message="Device updated 1"
completion= 60%, message="Device updated 2"
completion= 80%, message="Device updated 3"
completion=100%, message="Device closed"
Ended