InProgress

constructor(currentStep: Int, step: MigrationStep, totalSteps: Int, message: String? = null)

Parameters

currentStep

The 1-based index of the step currently being executed (1, 2, 3, ...)

step

The MigrationStep instance being executed, containing description and logic

totalSteps

The total number of steps in this migration sequence

message

Optional descriptive message about the current step (usually step.description)