Version: 2022.3
言語: 日本語
public static int GetCurrentStep (int id);

パラメーター

id The progress indicator's unique ID.

戻り値

int The current step.

説明

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.