class ProgressIndicator
Methods
__construct(OutputInterface $output, string|null $format = null, int $indicatorChangeInterval = 100, array|null $indicatorValues = null)
setMessage(string|null $message) Sets the current indicator message.
start($message) Starts the indicator output.
advance() Advances the indicator.
finish($message) Finish the indicator with message.
static string|null getFormatDefinition(string $name) Gets the format for a given name.
static