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.