# Functions
ParseStatus attempts to convert a string to a Status.
ParseStep attempts to convert a string to a Step.
# Constants
No description provided by the author
StatusFailed is a Status of type Failed.
StatusMax is a Status of type Max.
StatusNone is a Status of type None.
StatusSuccess is a Status of type Success.
StatusWaiting is a Status of type Waiting.
StepAdd is a Step of type Add.
StepMax is a Step of type Max.
StepNone is a Step of type None.
StepRemove is a Step of type Remove.