Version: 2022.2
言語: 日本語
public void Finish (Progress.Status finishedStatus);

パラメーター

finishedStatus The status of the associated task when the progress indicator finishes. Indicates whether the task succeeded, failed, or was canceled.

説明

Marks the progress indicator as finished.

The system removes finished progress indicators unless they are sticky. Sticky progress indicators display progress information even after their associated tasks are complete. The system does not remove them automatically.

See Also: Progress.Finish.