Module progress

Module progress 

Source
Expand description

Utilities for managing and parsing progress bars.

Modules§

bars
Generalized progress bar tools

Structs§

ProgressBar
Represents a progress bar
ProgressFinishPayload
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
ProgressIncrementPayload
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
ProgressMessagePayload
Payload sent when a progress bar’s message is updated This is usually used to show the current file being extracted
ProgressStartPayload
Payload sent when a progress bar is started Contains all the information needed to create a progress bar

Enums§

ProgressAction
The action this progress bar is reporting
ProgressPayload
Payload sent when a progress bar is updated
ProgressType
Type of progress bar

Type Aliases§

ProgressValue
Represents a value in a progress bar