Represents a step in a progress dialog. This is what the progress dialog uses.
The action performed during the step. It can return either success (true) or an error message (string).
The step description. It will show at the bottom of the progress dialog when the step is the one currently executing.
The title of the step.
Represents a step in a progress dialog. This is what the progress dialog uses.