public static int GetCurrentStep (int id);

Parámetros

idThe progress indicator's unique ID.

Valor de retorno

int The current step.

Descripción

Gets the current step for a progress indicator.

Returns -1 if the indicator is not set to report progress in steps. To set the type of steps that the progress window displays, use Progress.SetStepLabel.

See Also: Progress.Report, Progress.GetTotalSteps, Progress.GetStepLabel, Progress.SetStepLabel.