Version: 2022.3

Progress.GetTotalSteps

切换到手册
public static int GetTotalSteps (int id);

参数

id The progress indicator's unique ID.

返回

int The number of steps.

描述

Gets the total number of steps, from start to finish, for a progress indicator.

Returns -1 if you don't use steps to report progress on this indicator. To set the type of steps that the progress window displays, use Progress.SetStepLabel.

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