Version: 2022.3

Progress.GetCurrentStep

切换到手册
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.