-
Notifications
You must be signed in to change notification settings - Fork 0
Output helpers
Anrijs Vitolins edited this page Jan 28, 2022
·
3 revisions
Output helpers mainly include ability to easily operate with output colors, including overall color scheme setting (Windows Console supports very limited set/count of colors). Additionally as components there is
- possibility to create a busy indicator (spinner), which is running its drawing procedures in separate thread, leaving main thread to do its job.
- For longer and stepped processes you can use a Progress bar.
Both components has ability to show elapsed time. See separate pages on possibilities and usage approaches.
See detailed descriptions of: