Expand description
Utilities for managing and parsing progress bars.
Modules§
- bars
- Generalized progress bar tools
Structs§
- Progress
Bar - Represents a progress bar
- Progress
Finish Payload - 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
- Progress
Increment Payload - 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
- Progress
Message Payload - Payload sent when a progress bar’s message is updated This is usually used to show the current file being extracted
- Progress
Start Payload - Payload sent when a progress bar is started Contains all the information needed to create a progress bar
Enums§
- Progress
Action - The action this progress bar is reporting
- Progress
Payload - Payload sent when a progress bar is updated
- Progress
Type - Type of progress bar
Type Aliases§
- Progress
Value - Represents a value in a progress bar