Module owmods_core::progress
source · Expand description
Utilities for managing and parsing progress bars.
Modules
- Generalized progress bar tools
Structs
- Represents a progress bar
- Payload sent when a progress bar has finished its task This is usually used to show the final message of the progress bar If the progress bar failed, the message will be the failure message
- Payload sent when a progress bar is incremented Note progress bars internally throttle the amount of times they can be incremented and may not report every increment This is done to prevent spamming small increments
- Payload sent when a progress bar’s message is updated This is usually used to show the current file being extracted
- Payload sent when a progress bar is started Contains all the information needed to create a progress bar
Enums
- The action this progress bar is reporting
- Payload sent when a progress bar is updated
- Type of progress bar
Type Aliases
- Represents a value in a progress bar